ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
class.ilSoapHookPlugin.php
Go to the documentation of this file.
1 <?php
2 
7 abstract class ilSoapHookPlugin extends ilPlugin
8 {
14  abstract public function getSoapMethods(): array;
15 
24  abstract public function getWsdlTypes(): array;
25 }
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.