| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
Interface for all command queue handler classes. More...
 Inheritance diagram for ilECSCommandQueueHandler:
 Collaboration diagram for ilECSCommandQueueHandler:Public Member Functions | |
| handleCreate (ilECSSetting $server, int $a_content_id) | |
| Handle create event.  More... | |
| handleUpdate (ilECSSetting $server, int $a_content_id) | |
| Handle update.  More... | |
| handleDelete (ilECSSetting $server, int $a_content_id) | |
| Handle delete action.  More... | |
Interface for all command queue handler classes.
Definition at line 25 of file interface.ilECSCommandQueueHandler.php.
| ilECSCommandQueueHandler::handleCreate | ( | ilECSSetting | $server, | 
| int | $a_content_id | ||
| ) | 
Handle create event.
| ilECSCommandQueueHandler::handleDelete | ( | ilECSSetting | $server, | 
| int | $a_content_id | ||
| ) | 
Handle delete action.
Implemented in ilECSCmsTreeCommandQueueHandler.
| ilECSCommandQueueHandler::handleUpdate | ( | ilECSSetting | $server, | 
| int | $a_content_id | ||
| ) | 
Handle update.