|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ilNusoapUserAdministrationAdapter:Public Member Functions | |
| __construct (bool $a_use_wsdl=true) | |
| start () | |
Data Fields | |
| soap_server | $server |
Protected Member Functions | |
| handleSoapPlugins () | |
| Register any methods and types of SOAP plugins to the SOAP server. More... | |
Private Member Functions | |
| enableWSDL () | |
Definition at line 44 of file class.ilNusoapUserAdministrationAdapter.php.
| ilNusoapUserAdministrationAdapter::__construct | ( | bool | $a_use_wsdl = true | ) |
Definition at line 48 of file class.ilNusoapUserAdministrationAdapter.php.
References enableWSDL().
Here is the call graph for this function:
|
private |
Definition at line 72 of file class.ilNusoapUserAdministrationAdapter.php.
References $_GET, Vendor\Package\$f, and handleSoapPlugins().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Register any methods and types of SOAP plugins to the SOAP server.
Definition at line 1512 of file class.ilNusoapUserAdministrationAdapter.php.
References $DIC, ilContext\CONTEXT_SOAP, ilContext\CONTEXT_SOAP_NO_AUTH, ilContext\init(), and ilInitialisation\initILIAS().
Referenced by enableWSDL().
Here is the call graph for this function:
Here is the caller graph for this function:| ilNusoapUserAdministrationAdapter::start | ( | ) |
| soap_server ilNusoapUserAdministrationAdapter::$server |
Definition at line 46 of file class.ilNusoapUserAdministrationAdapter.php.