ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
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.
handleDelete(ilECSSetting $server, int $a_content_id)
Handle delete action.
$server
Definition: shib_login.php:27