ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
s
t
w
+
Functions
_
a
b
c
f
g
h
i
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
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
ilSoapHookPlugin\getSlot
getSlot()
Definition:
class.ilSoapHookPlugin.php:30
ilSoapHookPlugin
Class ilSoapHookPlugin.
Definition:
class.ilSoapHookPlugin.php:8
ilPlugin
IL_COMP_SERVICE
const IL_COMP_SERVICE
Definition:
class.ilComponent.php:6
Services
WebServices
SOAP
classes
class.ilSoapHookPlugin.php
Generated on Thu Apr 3 2025 20:01:18 for ILIAS by
1.8.13 (using
Doxyfile
)