FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Public Member Functions | |
__construct ($bulkId, $clearingEventId, $text, $matched, $tried, $addedLicenses, $removedLicenses) | |
getBulkId () | |
getClearingEventId () | |
getText () | |
getMatched () | |
getTried () | |
getAddedLicenses () | |
getRemovedLicenses () | |
setBulkId ($bulkId) | |
setClearingEventId ($clearingEventId) | |
setText ($text) | |
setMatched ($matched) | |
setTried ($tried) | |
setAddedLicenses ($addedLicenses) | |
setRemovedLicenses ($removedLicenses) | |
getArray () | |
Private Attributes | |
$bulkId | |
$clearingEventId | |
$text | |
$matched | |
$tried | |
$addedLicenses | |
$removedLicenses | |
Definition at line 12 of file BulkHistory.php.
Fossology\UI\Api\Models\BulkHistory::__construct | ( | $bulkId, | |
$clearingEventId, | |||
$text, | |||
$matched, | |||
$tried, | |||
$addedLicenses, | |||
$removedLicenses | |||
) |
BulkHistory constructor.
int | $bulkId | |
int | $clearingEventId | |
string | $text | |
boolean | $matched | |
boolean | $tried | |
array | $addedLicenses | |
array | $removedLicenses |
Definition at line 61 of file BulkHistory.php.