| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Collaboration diagram for ilECSEvent: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 23 of file class.ilECSEvent.php.
| ilECSEvent::__construct | ( | $json_obj | ) | 
| object | json object | 
Definition at line 39 of file class.ilECSEvent.php.
References $json_obj, and read().
 Here is the call graph for this function:| ilECSEvent::getRessource | ( | ) | 
getDescription
Definition at line 56 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 64 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 73 of file class.ilECSEvent.php.
References $ressource_type.
Referenced by ilECSEventQueueReader\writeEventToDB().
 Here is the caller graph for this function:| ilECSEvent::getStatus | ( | ) | 
get title
Definition at line 48 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.
Definition at line 82 of file class.ilECSEvent.php.
References getRessource(), and ILIAS\Repository\int().
Referenced by __construct().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 30 of file class.ilECSEvent.php.
Referenced by __construct().
| string ilECSEvent::$ressource = '' | 
Definition at line 32 of file class.ilECSEvent.php.
Referenced by getRessource().
| int ilECSEvent::$ressource_id = 0 | 
Definition at line 33 of file class.ilECSEvent.php.
Referenced by getRessourceId().
| string ilECSEvent::$ressource_type = '' | 
Definition at line 34 of file class.ilECSEvent.php.
Referenced by getRessourceType().
| string ilECSEvent::$status = '' | 
Definition at line 31 of file class.ilECSEvent.php.
Referenced by getStatus().
| const ilECSEvent::CREATED = 'created' | 
Definition at line 25 of file class.ilECSEvent.php.
Referenced by ilECSTaskScheduler\handleEvents(), ilECSEventQueueReader\handleImportReset(), and ilECSEventQueueReader\writeEventToDB().
| const ilECSEvent::DESTROYED = 'destroyed' | 
Definition at line 27 of file class.ilECSEvent.php.
Referenced by ilECSTaskScheduler\handleEvents(), ilECSEventQueueReader\handleImportReset(), and ilECSEventQueueReader\writeEventToDB().
| const ilECSEvent::NEW_EXPORT = 'new_export' | 
Definition at line 28 of file class.ilECSEvent.php.
Referenced by ilECSTaskScheduler\handleEvents().
| const ilECSEvent::UPDATED = 'updated' | 
Definition at line 26 of file class.ilECSEvent.php.
Referenced by ilECSMappingSettingsGUI\dSynchronizeTrees(), ilECSTaskScheduler\handleEvents(), ilECSEventQueueReader\handleImportReset(), and ilECSEventQueueReader\writeEventToDB().