|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
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.