|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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 | |
| $soap_user_administration | |
| $soap_wsdl_path | |
| $soap_connect_timeout | |
| $rpc_server_host | |
| $rpc_server_port | |
| $soap_response_timeout | |
Definition at line 7 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 39 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 70 of file class.ilWebServicesSetupConfig.php.
References $rpc_server_host.
| ilWebServicesSetupConfig::getRPCServerPort | ( | ) |
Definition at line 75 of file class.ilWebServicesSetupConfig.php.
References $rpc_server_port.
| ilWebServicesSetupConfig::getSOAPConnectTimeout | ( | ) |
Definition at line 65 of file class.ilWebServicesSetupConfig.php.
References $soap_connect_timeout.
| ilWebServicesSetupConfig::getSoapResponseTimeout | ( | ) |
Definition at line 80 of file class.ilWebServicesSetupConfig.php.
References $soap_response_timeout.
| ilWebServicesSetupConfig::getSOAPWsdlPath | ( | ) |
Definition at line 60 of file class.ilWebServicesSetupConfig.php.
References $soap_wsdl_path.
| ilWebServicesSetupConfig::isSOAPUserAdministration | ( | ) |
Definition at line 55 of file class.ilWebServicesSetupConfig.php.
References $soap_user_administration.
|
protected |
Definition at line 27 of file class.ilWebServicesSetupConfig.php.
Referenced by __construct(), and getRPCServerHost().
|
protected |
Definition at line 32 of file class.ilWebServicesSetupConfig.php.
Referenced by __construct(), and getRPCServerPort().
|
protected |
Definition at line 22 of file class.ilWebServicesSetupConfig.php.
Referenced by __construct(), and getSOAPConnectTimeout().
|
protected |
Definition at line 37 of file class.ilWebServicesSetupConfig.php.
Referenced by __construct(), and getSoapResponseTimeout().
|
protected |
Definition at line 12 of file class.ilWebServicesSetupConfig.php.
Referenced by __construct(), and isSOAPUserAdministration().
|
protected |
Definition at line 17 of file class.ilWebServicesSetupConfig.php.
Referenced by __construct(), and getSOAPWsdlPath().