ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
interface.ilECSCommandQueueHandler.php
Go to the documentation of this file.
1 <?php
2 
18 declare(strict_types=1);
19 
26 {
30  public function handleCreate(ilECSSetting $server, int $a_content_id): bool;
31 
35  public function handleUpdate(ilECSSetting $server, int $a_content_id): bool;
36 
40  public function handleDelete(ilECSSetting $server, int $a_content_id): bool;
41 }
handleCreate(ilECSSetting $server, int $a_content_id)
Handle create event.
Interface for all command queue handler classes.
handleUpdate(ilECSSetting $server, int $a_content_id)
Handle update.
$server
handleDelete(ilECSSetting $server, int $a_content_id)
Handle delete action.