ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
class.ilSoapHookPlugin.php
Go to the documentation of this file.
1
<?php
2
include_once(
"./Services/Component/classes/class.ilPlugin.php"
);
3
8
abstract
class
ilSoapHookPlugin
extends
ilPlugin
9
{
10
14
public
function
getComponentType
()
15
{
16
return
IL_COMP_SERVICE
;
17
}
18
22
public
function
getComponentName
()
23
{
24
return
'WebServices'
;
25
}
26
30
public
function
getSlot
()
31
{
32
return
'SoapHook'
;
33
}
34
38
public
function
getSlotId
()
39
{
40
return
'soaphk'
;
41
}
42
48
abstract
public
function
getSoapMethods
();
49
58
abstract
public
function
getWsdlTypes
();
59
63
protected
function
slotInit
()
64
{
65
}
66
}
ilSoapHookPlugin\getSlotId
getSlotId()
Definition:
class.ilSoapHookPlugin.php:38
ilSoapHookPlugin\slotInit
slotInit()
Definition:
class.ilSoapHookPlugin.php:63
ilSoapHookPlugin\getComponentType
getComponentType()
Definition:
class.ilSoapHookPlugin.php:14
ilSoapHookPlugin\getWsdlTypes
getWsdlTypes()
Get any (new) types which the SOAP methods may use.
ilSoapHookPlugin\getSoapMethods
getSoapMethods()
Get all soap methods which will be made available to the SOAP webservice.
ilSoapHookPlugin\getComponentName
getComponentName()
Definition:
class.ilSoapHookPlugin.php:22
ilPlugin
Definition:
class.ilPlugin.php:16
ilSoapHookPlugin\getSlot
getSlot()
Definition:
class.ilSoapHookPlugin.php:30
ilSoapHookPlugin
Class ilSoapHookPlugin.
Definition:
class.ilSoapHookPlugin.php:8
IL_COMP_SERVICE
const IL_COMP_SERVICE
Definition:
class.ilComponent.php:6
Services
WebServices
SOAP
classes
class.ilSoapHookPlugin.php
Generated on Tue Jan 28 2025 19:01:44 for ILIAS by
1.8.13 (using
Doxyfile
)