ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
Public Member Functions | |
__construct ($json_obj) | |
getStatus () | |
get title More... | |
getRessource () | |
getDescription More... | |
getRessourceId () | |
Get ressource id. More... | |
getRessourceType () | |
Get ressource type. More... | |
Data Fields | |
const | CREATED = 'created' |
const | UPDATED = 'updated' |
const | DESTROYED = 'destroyed' |
const | NEW_EXPORT = 'new_export' |
string | $status = '' |
string | $ressource = '' |
int | $ressource_id = 0 |
string | $ressource_type = '' |
Protected Attributes | |
object | $json_obj |
Private Member Functions | |
read () | |
Read community entries and participants. More... | |
Definition at line 24 of file class.ilECSEvent.php.
ilECSEvent::__construct | ( | $json_obj | ) |
object | json object |
Definition at line 40 of file class.ilECSEvent.php.
References $json_obj, and read().
ilECSEvent::getRessource | ( | ) |
getDescription
Definition at line 57 of file class.ilECSEvent.php.
References $ressource.
Referenced by read().
ilECSEvent::getRessourceId | ( | ) |
Get ressource id.
Definition at line 65 of file class.ilECSEvent.php.
References $ressource_id.
Referenced by ilECSEventQueueReader\writeEventToDB().
ilECSEvent::getRessourceType | ( | ) |
Get ressource type.
Definition at line 74 of file class.ilECSEvent.php.
References $ressource_type.
Referenced by ilECSEventQueueReader\writeEventToDB().
ilECSEvent::getStatus | ( | ) |
get title
Definition at line 49 of file class.ilECSEvent.php.
References $status.
Referenced by ilECSEventQueueReader\writeEventToDB().
|
private |
Read community entries and participants.
Definition at line 83 of file class.ilECSEvent.php.
References getRessource(), and ILIAS\Repository\int().
Referenced by __construct().
|
protected |
Definition at line 31 of file class.ilECSEvent.php.
Referenced by __construct().
string ilECSEvent::$ressource = '' |
Definition at line 33 of file class.ilECSEvent.php.
Referenced by getRessource().
int ilECSEvent::$ressource_id = 0 |
Definition at line 34 of file class.ilECSEvent.php.
Referenced by getRessourceId().
string ilECSEvent::$ressource_type = '' |
Definition at line 35 of file class.ilECSEvent.php.
Referenced by getRessourceType().
string ilECSEvent::$status = '' |
Definition at line 32 of file class.ilECSEvent.php.
Referenced by getStatus().
const ilECSEvent::CREATED = 'created' |
Definition at line 26 of file class.ilECSEvent.php.
Referenced by ilECSTaskScheduler\handleEvents(), ilECSEventQueueReader\handleImportReset(), and ilECSEventQueueReader\writeEventToDB().
const ilECSEvent::DESTROYED = 'destroyed' |
Definition at line 28 of file class.ilECSEvent.php.
Referenced by ilECSTaskScheduler\handleEvents(), ilECSEventQueueReader\handleImportReset(), and ilECSEventQueueReader\writeEventToDB().
const ilECSEvent::NEW_EXPORT = 'new_export' |
Definition at line 29 of file class.ilECSEvent.php.
Referenced by ilECSTaskScheduler\handleEvents().
const ilECSEvent::UPDATED = 'updated' |
Definition at line 27 of file class.ilECSEvent.php.
Referenced by ilECSMappingSettingsGUI\dSynchronizeTrees(), ilECSTaskScheduler\handleEvents(), ilECSEventQueueReader\handleImportReset(), and ilECSEventQueueReader\writeEventToDB().