![]() |
FOSSology
3.2.0rc1
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) | |
| 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 26 of file reportSummary.php.
|
private |
Remove the duplicate licenses.
| array | $licenses,. |
Definition at line 61 of file reportSummary.php.
| ReportSummary::summaryTable | ( | Section | $section, |
| $uploadId, | |||
| $userName, | |||
| $mainLicenses, | |||
| $licenses, | |||
| $histLicenses, | |||
| $otherStatement, | |||
| $timestamp, | |||
| $groupName, | |||
| $packageUri | |||
| ) |
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 |
Definition at line 86 of file reportSummary.php.
|
private |
Sub heading style attributes
Definition at line 45 of file reportSummary.php.
|
private |
Table style attributes
Definition at line 36 of file reportSummary.php.
|
private |
UploadDao object
Definition at line 31 of file reportSummary.php.