|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Collaboration diagram for ilECSEvent:Public Member Functions | |
| __construct ($json_obj) | |
| Constructor. More... | |
| 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' |
| $status = '' | |
| $ressource = '' | |
| $ressource_id = 0 | |
| $ressource_type = '' | |
Protected Attributes | |
| $json_obj = null | |
Private Member Functions | |
| read () | |
| Read community entries and participants. More... | |
Definition at line 32 of file class.ilECSEvent.php.
| ilECSEvent::__construct | ( | $json_obj | ) |
| ilECSEvent::getRessource | ( | ) |
getDescription
@access public
Definition at line 75 of file class.ilECSEvent.php.
References $ressource.
Referenced by read().
Here is the caller graph for this function:| ilECSEvent::getRessourceId | ( | ) |
Get ressource id.
Definition at line 83 of file class.ilECSEvent.php.
References $ressource_id.
Referenced by ilECSEventQueueReader\writeEventToDB().
Here is the caller graph for this function:| ilECSEvent::getRessourceType | ( | ) |
Get ressource type.
Definition at line 93 of file class.ilECSEvent.php.
References $ressource_type.
Referenced by ilECSEventQueueReader\writeEventToDB().
Here is the caller graph for this function:| ilECSEvent::getStatus | ( | ) |
get title
@access public
Definition at line 64 of file class.ilECSEvent.php.
References $status.
Referenced by ilECSEventQueueReader\writeEventToDB().
Here is the caller graph for this function:
|
private |
Read community entries and participants.
@access private
Definition at line 105 of file class.ilECSEvent.php.
References getRessource().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 39 of file class.ilECSEvent.php.
Referenced by __construct().
| ilECSEvent::$ressource = '' |
Definition at line 41 of file class.ilECSEvent.php.
Referenced by getRessource().
| ilECSEvent::$ressource_id = 0 |
Definition at line 42 of file class.ilECSEvent.php.
Referenced by getRessourceId().
| ilECSEvent::$ressource_type = '' |
Definition at line 43 of file class.ilECSEvent.php.
Referenced by getRessourceType().
| ilECSEvent::$status = '' |
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 ilECSTaskScheduler\handleEvents(), 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 ilECSMappingSettingsGUI\dSynchronizeTrees(), ilECSTaskScheduler\handleEvents(), ilECSEventQueueReader\handleImportReset(), and ilECSEventQueueReader\writeEventToDB().