ILIAS
release_8 Revision v8.19
|
Interface for all command queue handler classes. More...
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.