9 namespace Fossology\Lib\Data\Report;
52 if (!empty($comment)) {
53 $this->comments[] = $comment;
78 if (!empty($acknowledgement)) {
79 $this->acknowledgements[] = $acknowledgement;
104 if (!empty($concludedLicense)) {
105 $this->concludedLicenses[] = $concludedLicense;
130 if (!empty($scanner)) {
131 $this->scanners[] = $scanner;
144 if (!empty($copyright)) {
145 $this->copyrights[] = $copyright;
addScanner(?string $scanner)
setAcknowledgements(array $acknowledgements)
addAcknowledgement(?string $acknowledgement)
setIsCleared(bool $isCleared)
addComment(?string $comment)
addConcludedLicense(?string $concludedLicense)
setComments(array $comments)
addCopyright(?string $copyright)