ILIAS
release_8 Revision v8.24
◀ ilDoc Overview
class.ilSoapHookPlugin.php
Go to the documentation of this file.
1
<?php
2
3
include_once(
"./Services/Component/classes/class.ilPlugin.php"
);
4
9
abstract
class
ilSoapHookPlugin
extends
ilPlugin
10
{
16
abstract
public
function
getSoapMethods
(): array;
17
26
abstract
public
function
getWsdlTypes
(): array;
27
}
ilPlugin
Definition:
class.ilPlugin.php:32
ilSoapHookPlugin
Class ilSoapHookPlugin.
Definition:
class.ilSoapHookPlugin.php:10
ilSoapHookPlugin\getSoapMethods
getSoapMethods()
Get all soap methods which will be made available to the SOAP webservice.
ilSoapHookPlugin\getWsdlTypes
getWsdlTypes()
Get any (new) types which the SOAP methods may use.
Services
WebServices
SOAP
classes
class.ilSoapHookPlugin.php
Generated on Mon Nov 3 2025 22:02:06 for ILIAS by
1.9.4 (using
Doxyfile
)