FOSSology
4.5.1
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
10
use
Fossology\Lib\Plugin\AgentPlugin
;
11
16
class
UnifiedReportAgentPlugin
extends
AgentPlugin
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());
Fossology\Lib\Plugin\AgentPlugin
Definition:
AgentPlugin.php:13
Fossology\UnifiedReport\UI\UnifiedReportAgentPlugin
Generate unified report for multiple uploads.
Definition:
agent-report.php:17
Fossology\UnifiedReport\UI\UnifiedReportAgentPlugin\preInstall
preInstall()
Definition:
agent-report.php:31
src
unifiedreport
ui
agent-report.php
Generated on Wed Mar 26 2025 09:10:53 for FOSSology by
1.9.1