FOSSology
3.2.0rc1
Open Source License Compliance by Open Source Software
|
Public Member Functions | |
__construct ($licenseId) | |
setCustomText ($customText) | |
setLicenseCandidate ($name, $text, $spdxCompatible) | |
getLicenseId () | |
isSetCustomText () | |
getCustomText () | |
getComment () | |
isSetLicenseCandidate () | |
getLicenseCandidate () | |
Protected Attributes | |
$licenseId | |
$customText = NULL | |
$comment = "" | |
Private Attributes | |
$licenseCandidate = NULL | |
Definition at line 22 of file ReportImportDataItem.php.
Fossology\ReportImport\ReportImportDataItem::getComment | ( | ) |
Definition at line 92 of file ReportImportDataItem.php.
Fossology\ReportImport\ReportImportDataItem::getCustomText | ( | ) |
Definition at line 84 of file ReportImportDataItem.php.
Fossology\ReportImport\ReportImportDataItem::getLicenseCandidate | ( | ) |
Definition at line 108 of file ReportImportDataItem.php.
Fossology\ReportImport\ReportImportDataItem::getLicenseId | ( | ) |
Definition at line 68 of file ReportImportDataItem.php.
Fossology\ReportImport\ReportImportDataItem::isSetCustomText | ( | ) |
Definition at line 76 of file ReportImportDataItem.php.
Fossology\ReportImport\ReportImportDataItem::isSetLicenseCandidate | ( | ) |
Definition at line 100 of file ReportImportDataItem.php.
Fossology\ReportImport\ReportImportDataItem::setLicenseCandidate | ( | $name, | |
$text, | |||
$spdxCompatible | |||
) |
$name | ||
$text | ||
bool | $spdxCompatible |
Definition at line 50 of file ReportImportDataItem.php.