ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
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 }
getWsdlTypes()
Get any (new) types which the SOAP methods may use.
getSoapMethods()
Get all soap methods which will be made available to the SOAP webservice.
Class ilSoapHookPlugin.