FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Public Member Functions | |
getObligations ($licenseStatements, $mainLicenseStatements, $uploadId, $groupId) | |
For given list of license statements, return obligations and white lists. More... | |
getBulkAddLicenseList ($uploadId, $groupId) | |
Get list of licenses added by Monk bulk. More... | |
groupObligations ($obligations, $uploadId) | |
Group obligations based on $groupBy. More... | |
contentOnly ($licenseStatements) | |
From a list of license statements, return only license id. More... | |
Private Attributes | |
$licenseDao | |
$clearingDao | |
$uploadDao | |
Definition at line 19 of file ObligationsGetter.php.
Fossology\Lib\Report\ObligationsGetter::contentOnly | ( | $licenseStatements | ) |
From a list of license statements, return only license id.
array | $licenseStatements |
Definition at line 175 of file ObligationsGetter.php.
Fossology\Lib\Report\ObligationsGetter::getBulkAddLicenseList | ( | $uploadId, | |
$groupId | |||
) |
Get list of licenses added by Monk bulk.
int | $uploadId | |
int | $groupId |
Definition at line 92 of file ObligationsGetter.php.
Fossology\Lib\Report\ObligationsGetter::getObligations | ( | $licenseStatements, | |
$mainLicenseStatements, | |||
$uploadId, | |||
$groupId | |||
) |
For given list of license statements, return obligations and white lists.
array | $licenseStatements | |
array | $mainLicenseStatements | |
int | $uploadId | |
int | $groupId |
Definition at line 53 of file ObligationsGetter.php.
Fossology\Lib\Report\ObligationsGetter::groupObligations | ( | $obligations, | |
$uploadId | |||
) |
Group obligations based on $groupBy.
array | $obligations |
Definition at line 124 of file ObligationsGetter.php.
|
private |
ClearingDao object
Definition at line 29 of file ObligationsGetter.php.
|
private |
LicenseDao object
Definition at line 24 of file ObligationsGetter.php.
|
private |
UploadDao object
Definition at line 34 of file ObligationsGetter.php.