ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
interface.ilECSCommandQueueHandler.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
27 {
31  public function handleCreate(ilECSSetting $server, int $a_content_id): bool;
32 
36  public function handleUpdate(ilECSSetting $server, int $a_content_id): bool;
37 
41  public function handleDelete(ilECSSetting $server, int $a_content_id): bool;
42 }
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:24