ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
interface.ilECSCommandQueueHandler.php
Go to the documentation of this file.
1<?php
2
19declare(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}
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.
$server
Definition: shib_login.php:28