ILIAS  release_8 Revision v8.24
interface.ilECSCommandQueueHandler.php
Go to the documentation of this file.
1<?php
2
18declare(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}
$server
Interface for all command queue handler classes.
handleDelete(ilECSSetting $server, int $a_content_id)
Handle delete action.
handleUpdate(ilECSSetting $server, int $a_content_id)
Handle update.
handleCreate(ilECSSetting $server, int $a_content_id)
Handle create event.