FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Public Member Functions | |
__construct ($result) | |
getDeclaredLicense () | |
getUrl () | |
getRelease () | |
getFiles () | |
getAttribution () | |
getDiscoveredLicenses () | |
getScore () | |
Private Attributes | |
$declaredLicense | |
$url | |
$release | |
$files | |
$attribution | |
$discoveredLicenses | |
$score | |
Holds summary of Definition data for quick display
Definition at line 13 of file DefinitionSummary.php.
Fossology\Lib\Data\Spasht\DefinitionSummary::__construct | ( | $result | ) |
Set the object based on object returned by API
array | $obj | Array containing the data |
Definition at line 61 of file DefinitionSummary.php.
Fossology\Lib\Data\Spasht\DefinitionSummary::getAttribution | ( | ) |
Definition at line 150 of file DefinitionSummary.php.
Fossology\Lib\Data\Spasht\DefinitionSummary::getDeclaredLicense | ( | ) |
Definition at line 118 of file DefinitionSummary.php.
Fossology\Lib\Data\Spasht\DefinitionSummary::getDiscoveredLicenses | ( | ) |
Definition at line 158 of file DefinitionSummary.php.
Fossology\Lib\Data\Spasht\DefinitionSummary::getFiles | ( | ) |
Definition at line 142 of file DefinitionSummary.php.
Fossology\Lib\Data\Spasht\DefinitionSummary::getRelease | ( | ) |
Definition at line 134 of file DefinitionSummary.php.
Fossology\Lib\Data\Spasht\DefinitionSummary::getScore | ( | ) |
Definition at line 166 of file DefinitionSummary.php.
Fossology\Lib\Data\Spasht\DefinitionSummary::getUrl | ( | ) |
Definition at line 126 of file DefinitionSummary.php.
|
private |
First 100 characters of copyrights
Definition at line 43 of file DefinitionSummary.php.
|
private |
Declared License
Definition at line 19 of file DefinitionSummary.php.
|
private |
First 100 characters of discovered licenses
Definition at line 49 of file DefinitionSummary.php.
|
private |
No. of files in package
Definition at line 37 of file DefinitionSummary.php.
|
private |
Release date
Definition at line 31 of file DefinitionSummary.php.
|
private |
Package score
Definition at line 55 of file DefinitionSummary.php.
|
private |
Source URL
Definition at line 25 of file DefinitionSummary.php.