ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
interface.ilECSCommandQueueHandler.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4include_once './Services/WebServices/ECS/classes/class.ilECSSetting.php';
5
12{
18 public function handleCreate(ilECSSetting $server, $a_content_id);
19
25 public function handleUpdate(ilECSSetting $server, $a_content_id);
26
32 public function handleDelete(ilECSSetting $server, $a_content_id);
33}
An exception for terminatinating execution or to throw for unit testing.
$server
Definition: getUserInfo.php:12
Interface for all command queue handler classes.
handleCreate(ilECSSetting $server, $a_content_id)
Handle create event.
handleDelete(ilECSSetting $server, $a_content_id)
Handle delete action.
handleUpdate(ilECSSetting $server, $a_content_id)
Handle update.