ILIAS
Release_5_0_x_branch Revision 61816
◀ ilDoc Overview
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Groups
Pages
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
4
include_once
'./Services/WebServices/ECS/classes/class.ilECSSetting.php'
;
5
11
interface
ilECSCommandQueueHandler
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
}
34
?>
Services
WebServices
ECS
interfaces
interface.ilECSCommandQueueHandler.php
Generated on Wed Apr 27 2016 21:02:16 for ILIAS by
1.8.1.2 (using
Doxyfile
)