![]() |
FOSSology
3.2.0rc1
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 23 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 49 of file ClearingEvent.php.
| Fossology\Lib\Data\Clearing\ClearingEvent::getAcknowledgement | ( | ) |
| Fossology\Lib\Data\Clearing\ClearingEvent::getClearingLicense | ( | ) |
Definition at line 63 of file ClearingEvent.php.
| Fossology\Lib\Data\Clearing\ClearingEvent::getComment | ( | ) |
| Fossology\Lib\Data\Clearing\ClearingEvent::getEventId | ( | ) |
Definition at line 79 of file ClearingEvent.php.
| Fossology\Lib\Data\Clearing\ClearingEvent::getEventType | ( | ) |
Implements Fossology\Lib\Data\Clearing\LicenseClearing.
Definition at line 87 of file ClearingEvent.php.
| Fossology\Lib\Data\Clearing\ClearingEvent::getGroupId | ( | ) |
Definition at line 95 of file ClearingEvent.php.
| Fossology\Lib\Data\Clearing\ClearingEvent::getLicenseFullName | ( | ) |
Implements Fossology\Lib\Data\Clearing\LicenseClearing.
Definition at line 179 of file ClearingEvent.php.
| Fossology\Lib\Data\Clearing\ClearingEvent::getLicenseId | ( | ) |
Implements Fossology\Lib\Data\Clearing\LicenseClearing.
Definition at line 163 of file ClearingEvent.php.
| Fossology\Lib\Data\Clearing\ClearingEvent::getLicenseRef | ( | ) |
Implements Fossology\Lib\Data\Clearing\LicenseClearing.
Definition at line 104 of file ClearingEvent.php.
| Fossology\Lib\Data\Clearing\ClearingEvent::getLicenseShortName | ( | ) |
Implements Fossology\Lib\Data\Clearing\LicenseClearing.
Definition at line 171 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 71 of file ClearingEvent.php.
| Fossology\Lib\Data\Clearing\ClearingEvent::getUploadTreeId | ( | ) |
Definition at line 147 of file ClearingEvent.php.
| Fossology\Lib\Data\Clearing\ClearingEvent::getUserId | ( | ) |
Definition at line 155 of file ClearingEvent.php.
| Fossology\Lib\Data\Clearing\ClearingEvent::isRemoved | ( | ) |
Implements Fossology\Lib\Data\Clearing\LicenseClearing.
Definition at line 112 of file ClearingEvent.php.