FOSSology  4.4.0
Open Source License Compliance by Open Source Software
agent-report.php
1 <?php
2 /*
3  SPDX-FileCopyrightText: © 2017 Siemens AG
4 
5  SPDX-License-Identifier: GPL-2.0-only
6 */
7 
8 namespace Fossology\UnifiedReport\UI;
9 
11 
17 {
18  public function __construct()
19  {
20  $this->Name = "agent_unifiedreport";
21  $this->Title = _("Unified Report Generator");
22  $this->AgentName = "unifiedreport";
23 
24  parent::__construct();
25  }
26 
31  function preInstall()
32  {
33  // no AgentCheckBox
34  }
35 }
36 
37 register_plugin(new UnifiedReportAgentPlugin());
Generate unified report for multiple uploads.