FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
This class contains the events for the upload_events table. More...
Public Attributes | |
const | ASSIGNEE_EVENT = 1 |
const | UPLOAD_CLOSED_EVENT = 2 |
This class contains the events for the upload_events table.
Definition at line 15 of file UploadEvents.php.
int Fossology\Lib\Data\Upload\UploadEvents::ASSIGNEE_EVENT = 1 |
Event when upload assignee is changed
Definition at line 21 of file UploadEvents.php.
int Fossology\Lib\Data\Upload\UploadEvents::UPLOAD_CLOSED_EVENT = 2 |
Event when upload is closed
Definition at line 26 of file UploadEvents.php.