24 protected $licenseInfosInFile;
26 protected $licensesConcluded;
28 protected $copyrightTexts;
32 function __construct($licenseInfosInFile = array(), $licensesConcluded = array(), $copyrightTexts = array())
34 $this->licenseInfosInFile = $licenseInfosInFile;
35 $this->licensesConcluded = $licensesConcluded;
36 $this->copyrightTexts = $copyrightTexts;
45 $this->licenseInfosInFile[] = $reportImportDataItem;
55 $this->copyrightTexts[] = $copyrightText;
64 return $this->licenseInfosInFile;
72 return $this->licensesConcluded;
80 return $this->copyrightTexts;
97 $this->pfiles = $pfiles;
addCopyrightText($copyrightText)
addLicenseInfoInFile($reportImportDataItem)