|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ilWebServicesSetupConfig:
Collaboration diagram for ilWebServicesSetupConfig:Public Member Functions | |
| __construct (bool $soap_user_administration, string $soap_wsdl_path, int $soap_connect_timeout, int $soap_response_timeout, string $rpc_server_host, int $rpc_server_port) | |
| isSOAPUserAdministration () | |
| getSOAPWsdlPath () | |
| getSOAPConnectTimeout () | |
| getRPCServerHost () | |
| getRPCServerPort () | |
| getSoapResponseTimeout () | |
Protected Attributes | |
| bool | $soap_user_administration |
| string | $soap_wsdl_path |
| int | $soap_connect_timeout |
| string | $rpc_server_host |
| int | $rpc_server_port |
| $soap_response_timeout | |
Definition at line 9 of file class.ilWebServicesSetupConfig.php.
| ilWebServicesSetupConfig::__construct | ( | bool | $soap_user_administration, |
| string | $soap_wsdl_path, | ||
| int | $soap_connect_timeout, | ||
| int | $soap_response_timeout, | ||
| string | $rpc_server_host, | ||
| int | $rpc_server_port | ||
| ) |
Definition at line 22 of file class.ilWebServicesSetupConfig.php.
References $rpc_server_host, $rpc_server_port, $soap_connect_timeout, $soap_response_timeout, $soap_user_administration, and $soap_wsdl_path.
| ilWebServicesSetupConfig::getRPCServerHost | ( | ) |
Definition at line 53 of file class.ilWebServicesSetupConfig.php.
References $rpc_server_host.
| ilWebServicesSetupConfig::getRPCServerPort | ( | ) |
Definition at line 58 of file class.ilWebServicesSetupConfig.php.
References $rpc_server_port.
| ilWebServicesSetupConfig::getSOAPConnectTimeout | ( | ) |
Definition at line 48 of file class.ilWebServicesSetupConfig.php.
References $soap_connect_timeout.
| ilWebServicesSetupConfig::getSoapResponseTimeout | ( | ) |
Definition at line 63 of file class.ilWebServicesSetupConfig.php.
References $soap_response_timeout.
| ilWebServicesSetupConfig::getSOAPWsdlPath | ( | ) |
Definition at line 43 of file class.ilWebServicesSetupConfig.php.
References $soap_wsdl_path.
| ilWebServicesSetupConfig::isSOAPUserAdministration | ( | ) |
Definition at line 38 of file class.ilWebServicesSetupConfig.php.
References $soap_user_administration.
|
protected |
Definition at line 14 of file class.ilWebServicesSetupConfig.php.
Referenced by __construct(), and getRPCServerHost().
|
protected |
Definition at line 15 of file class.ilWebServicesSetupConfig.php.
Referenced by __construct(), and getRPCServerPort().
|
protected |
Definition at line 13 of file class.ilWebServicesSetupConfig.php.
Referenced by __construct(), and getSOAPConnectTimeout().
|
protected |
Definition at line 20 of file class.ilWebServicesSetupConfig.php.
Referenced by __construct(), and getSoapResponseTimeout().
|
protected |
Definition at line 11 of file class.ilWebServicesSetupConfig.php.
Referenced by __construct(), and isSOAPUserAdministration().
|
protected |
Definition at line 12 of file class.ilWebServicesSetupConfig.php.
Referenced by __construct(), and getSOAPWsdlPath().