|
ILIAS
release_8 Revision v8.24
|
Class ilSoapHook. More...
Collaboration diagram for ilSoapHook:Public Member Functions | |
| __construct (ilComponentFactory $component_factory) | |
| getSoapMethods () | |
| Get all registered soap methods over all SOAP plugins. More... | |
| getWsdlTypes () | |
| Get all registered WSDL types over all SOAP plugins. More... | |
| getMethodByName (string $name) | |
| Get a registered soap method by name. More... | |
Protected Attributes | |
| ilComponentFactory | $component_factory |
Class ilSoapHook.
Definition at line 9 of file class.ilSoapHook.php.
| ilSoapHook::__construct | ( | ilComponentFactory | $component_factory | ) |
Definition at line 13 of file class.ilSoapHook.php.
References $component_factory.
| ilSoapHook::getMethodByName | ( | string | $name | ) |
Get a registered soap method by name.
| string | $name |
Definition at line 65 of file class.ilSoapHook.php.
References $name, ilSoapMethod\getName(), and getSoapMethods().
Here is the call graph for this function:| ilSoapHook::getSoapMethods | ( | ) |
Get all registered soap methods over all SOAP plugins.
Definition at line 23 of file class.ilSoapHook.php.
References XapiProxy\$plugin.
Referenced by getMethodByName().
Here is the caller graph for this function:| ilSoapHook::getWsdlTypes | ( | ) |
Get all registered WSDL types over all SOAP plugins.
Definition at line 43 of file class.ilSoapHook.php.
References XapiProxy\$plugin, and $type.
|
protected |
Definition at line 11 of file class.ilSoapHook.php.
Referenced by __construct().