FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Handles report summary. More...
Public Member Functions | |
summaryTable (Section $section, $uploadId, $userName, $mainLicenses, $licenses, $histLicenses, $otherStatement, $timestamp, $groupName, $packageUri, $assignedToUserName) | |
Design the summaryTable of the report. More... | |
Private Member Functions | |
accumulateLicenses ($licenses) | |
Remove the duplicate licenses. More... | |
Private Attributes | |
$uploadDao | |
$tablestyle | |
$subHeadingStyle | |
Handles report summary.
Definition at line 18 of file reportSummary.php.
|
private |
Remove the duplicate licenses.
array | $licenses,. |
Definition at line 55 of file reportSummary.php.
ReportSummary::summaryTable | ( | Section | $section, |
$uploadId, | |||
$userName, | |||
$mainLicenses, | |||
$licenses, | |||
$histLicenses, | |||
$otherStatement, | |||
$timestamp, | |||
$groupName, | |||
$packageUri, | |||
$assignedToUserName | |||
) |
Design the summaryTable of the report.
Section | $section | |
int | $uploadId | |
string | $userName | |
array | $mainLicenses | |
array | $licenses | |
array | $histLicenses | |
string | $otherStatement | |
int | $timestamp | |
string | $groupName | |
string | $packageUri | |
$assignedToUserName |
Definition at line 82 of file reportSummary.php.
|
private |
Sub heading style attributes
Definition at line 39 of file reportSummary.php.
|
private |
Table style attributes
Definition at line 28 of file reportSummary.php.
|
private |
UploadDao object
Definition at line 23 of file reportSummary.php.