![]() |
FOSSology
4.6.0-rc1
Open Source License Compliance by Open Source Software
|


Public Member Functions | |
| __construct ($eventId, $uploadTreeId, $timestamp, $userId, $groupId, $eventType, ClearingLicense $clearingLicense) | |
| getClearingLicense () | |
| getTimeStamp () | |
| getEventId () | |
| getEventType () | |
| getGroupId () | |
| getLicenseRef () | |
| isRemoved () | |
| getReportinfo () | |
| getAcknowledgement () | |
| getComment () | |
| getUploadTreeId () | |
| getUserId () | |
| getLicenseId () | |
| getLicenseShortName () | |
| getLicenseFullName () | |
Private Attributes | |
| $eventId | |
| $uploadTreeId | |
| $timeStamp | |
| $userId | |
| $groupId | |
| $eventType | |
| $clearingLicense | |
Definition at line 12 of file ClearingEvent.php.
| Fossology\Lib\Data\Clearing\ClearingEvent::__construct | ( | $eventId, | |
| $uploadTreeId, | |||
| $timestamp, | |||
| $userId, | |||
| $groupId, | |||
| $eventType, | |||
| ClearingLicense | $clearingLicense | ||
| ) |
| int | $eventId | |
| int | $uploadTreeId | |
| int | $timestamp | |
| int | $userId | |
| int | $groupId | |
| int | $eventType | |
| ClearingLicense | $clearingLicense |
Definition at line 38 of file ClearingEvent.php.
| Fossology\Lib\Data\Clearing\ClearingEvent::getAcknowledgement | ( | ) |
| Fossology\Lib\Data\Clearing\ClearingEvent::getClearingLicense | ( | ) |
Definition at line 52 of file ClearingEvent.php.
| Fossology\Lib\Data\Clearing\ClearingEvent::getComment | ( | ) |
| Fossology\Lib\Data\Clearing\ClearingEvent::getEventId | ( | ) |
Definition at line 68 of file ClearingEvent.php.
| Fossology\Lib\Data\Clearing\ClearingEvent::getEventType | ( | ) |
Implements Fossology\Lib\Data\Clearing\LicenseClearing.
Definition at line 76 of file ClearingEvent.php.
| Fossology\Lib\Data\Clearing\ClearingEvent::getGroupId | ( | ) |
Definition at line 84 of file ClearingEvent.php.
| Fossology\Lib\Data\Clearing\ClearingEvent::getLicenseFullName | ( | ) |
Implements Fossology\Lib\Data\Clearing\LicenseClearing.
Definition at line 170 of file ClearingEvent.php.
| Fossology\Lib\Data\Clearing\ClearingEvent::getLicenseId | ( | ) |
Implements Fossology\Lib\Data\Clearing\LicenseClearing.
Definition at line 154 of file ClearingEvent.php.
| Fossology\Lib\Data\Clearing\ClearingEvent::getLicenseRef | ( | ) |
Implements Fossology\Lib\Data\Clearing\LicenseClearing.
Definition at line 93 of file ClearingEvent.php.
| Fossology\Lib\Data\Clearing\ClearingEvent::getLicenseShortName | ( | ) |
Implements Fossology\Lib\Data\Clearing\LicenseClearing.
Definition at line 162 of file ClearingEvent.php.
| Fossology\Lib\Data\Clearing\ClearingEvent::getReportinfo | ( | ) |
| Fossology\Lib\Data\Clearing\ClearingEvent::getTimeStamp | ( | ) |
Implements Fossology\Lib\Data\Clearing\LicenseClearing.
Definition at line 60 of file ClearingEvent.php.
| Fossology\Lib\Data\Clearing\ClearingEvent::getUploadTreeId | ( | ) |
Definition at line 138 of file ClearingEvent.php.
| Fossology\Lib\Data\Clearing\ClearingEvent::getUserId | ( | ) |
Definition at line 146 of file ClearingEvent.php.
| Fossology\Lib\Data\Clearing\ClearingEvent::isRemoved | ( | ) |
Implements Fossology\Lib\Data\Clearing\LicenseClearing.
Definition at line 101 of file ClearingEvent.php.