ILIAS
Release_4_2_x_branch Revision 61807
|
Public Member Functions | |
__construct ($json_obj) | |
Constructor. | |
getStatus () | |
get title | |
getRessource () | |
getDescription | |
getRessourceId () | |
Get ressource id. |
Data Fields | |
const | CREATED = 'created' |
const | UPDATED = 'updated' |
const | DESTROYED = 'destroyed' |
const | NEW_EXPORT = 'new_export' |
Protected Attributes | |
$json_obj = null | |
$status = '' | |
$ressource = '' | |
$ressource_id = 0 |
Private Member Functions | |
read () | |
Read community entries and participants. |
Definition at line 32 of file class.ilECSEvent.php.
ilECSEvent::__construct | ( | $json_obj | ) |
ilECSEvent::getRessource | ( | ) |
getDescription
public
Definition at line 74 of file class.ilECSEvent.php.
References $ressource.
Referenced by read().
ilECSEvent::getRessourceId | ( | ) |
Get ressource id.
Definition at line 82 of file class.ilECSEvent.php.
References $ressource_id.
Referenced by ilECSEventQueueReader\writeEventToDB().
ilECSEvent::getStatus | ( | ) |
get title
public
Definition at line 63 of file class.ilECSEvent.php.
References $status.
Referenced by ilECSEventQueueReader\writeEventToDB().
|
private |
Read community entries and participants.
private
Definition at line 94 of file class.ilECSEvent.php.
References getRessource().
Referenced by __construct().
|
protected |
Definition at line 39 of file class.ilECSEvent.php.
Referenced by __construct().
|
protected |
Definition at line 41 of file class.ilECSEvent.php.
Referenced by getRessource().
|
protected |
Definition at line 42 of file class.ilECSEvent.php.
Referenced by getRessourceId().
|
protected |
Definition at line 40 of file class.ilECSEvent.php.
Referenced by getStatus().
const ilECSEvent::CREATED = 'created' |
Definition at line 34 of file class.ilECSEvent.php.
Referenced by ilECSEventQueueReader\handleImportReset(), and ilECSEventQueueReader\writeEventToDB().
const ilECSEvent::DESTROYED = 'destroyed' |
Definition at line 36 of file class.ilECSEvent.php.
Referenced by ilECSTaskScheduler\handleEvents(), ilECSEventQueueReader\handleImportReset(), and ilECSEventQueueReader\writeEventToDB().
const ilECSEvent::NEW_EXPORT = 'new_export' |
Definition at line 37 of file class.ilECSEvent.php.
Referenced by ilECSTaskScheduler\handleEvents().
const ilECSEvent::UPDATED = 'updated' |
Definition at line 35 of file class.ilECSEvent.php.
Referenced by ilECSEventQueueReader\handleImportReset(), and ilECSEventQueueReader\writeEventToDB().