FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Public Member Functions | |
addComment (?string $comment) | |
setComments (array $comments) | |
addAcknowledgement (?string $acknowledgement) | |
setAcknowledgements (array $acknowledgements) | |
addConcludedLicense (?string $concludedLicense) | |
setIsCleared (bool $isCleared) | |
addScanner (?string $scanner) | |
addCopyright (?string $copyright) | |
getComments () | |
getAcknowledgements () | |
getConcludedLicenses () | |
isCleared () | |
getScanners () | |
getCopyrights () | |
Private Attributes | |
$comments = [] | |
$acknowledgements = [] | |
$concludedLicenses = [] | |
$isCleared = false | |
$scanners = [] | |
$copyrights = [] | |
Definition at line 11 of file FileNode.php.
Fossology\Lib\Data\Report\FileNode::addAcknowledgement | ( | ?string | $acknowledgement | ) |
Add acknowledgement to file.
string | null | $acknowledgement |
Definition at line 76 of file FileNode.php.
Fossology\Lib\Data\Report\FileNode::addComment | ( | ?string | $comment | ) |
Add comment to file.
string | null | $comment |
Definition at line 50 of file FileNode.php.
Fossology\Lib\Data\Report\FileNode::addConcludedLicense | ( | ?string | $concludedLicense | ) |
Add concluded license to file.
string | null | $concludedLicense |
Definition at line 102 of file FileNode.php.
Fossology\Lib\Data\Report\FileNode::addCopyright | ( | ?string | $copyright | ) |
Add copyright to file.
string | null | $copyright |
Definition at line 142 of file FileNode.php.
Fossology\Lib\Data\Report\FileNode::addScanner | ( | ?string | $scanner | ) |
Add scanner finding to file.
string | null | $scanner |
Definition at line 128 of file FileNode.php.
Fossology\Lib\Data\Report\FileNode::getAcknowledgements | ( | ) |
Definition at line 161 of file FileNode.php.
Fossology\Lib\Data\Report\FileNode::getComments | ( | ) |
Definition at line 153 of file FileNode.php.
Fossology\Lib\Data\Report\FileNode::getConcludedLicenses | ( | ) |
Definition at line 169 of file FileNode.php.
Fossology\Lib\Data\Report\FileNode::getCopyrights | ( | ) |
Definition at line 193 of file FileNode.php.
Fossology\Lib\Data\Report\FileNode::getScanners | ( | ) |
Definition at line 185 of file FileNode.php.
Fossology\Lib\Data\Report\FileNode::isCleared | ( | ) |
Definition at line 177 of file FileNode.php.
Fossology\Lib\Data\Report\FileNode::setAcknowledgements | ( | array | $acknowledgements | ) |
Replace acknowledgement array.
string[] | $acknowledgements |
Definition at line 90 of file FileNode.php.
Fossology\Lib\Data\Report\FileNode::setComments | ( | array | $comments | ) |
Replace comments.
string[] | $comments |
Definition at line 64 of file FileNode.php.
Fossology\Lib\Data\Report\FileNode::setIsCleared | ( | bool | $isCleared | ) |
Set if file is cleared.
bool | $isCleared |
Definition at line 116 of file FileNode.php.
|
private |
Acknowledgements on file.
Definition at line 22 of file FileNode.php.
|
private |
Comments on file.
Definition at line 17 of file FileNode.php.
|
private |
Concluded licenses on file (rf_pk + md5(text)).
Definition at line 27 of file FileNode.php.
|
private |
Copyrights on file.
Definition at line 42 of file FileNode.php.
|
private |
Is file cleared.
Definition at line 32 of file FileNode.php.
|
private |
Scanner findings (rf_pk + md5(text)).
Definition at line 37 of file FileNode.php.