ILIAS  release_8 Revision v8.24
class.ilSoapHookPlugin.php
Go to the documentation of this file.
1<?php
2
3include_once("./Services/Component/classes/class.ilPlugin.php");
4
9abstract class ilSoapHookPlugin extends ilPlugin
10{
16 abstract public function getSoapMethods(): array;
17
26 abstract public function getWsdlTypes(): array;
27}
Class ilSoapHookPlugin.
getSoapMethods()
Get all soap methods which will be made available to the SOAP webservice.
getWsdlTypes()
Get any (new) types which the SOAP methods may use.