ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
ilWebServicesSetupConfig Class Reference
+ 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
 

Detailed Description

Definition at line 7 of file class.ilWebServicesSetupConfig.php.

Constructor & Destructor Documentation

◆ __construct()

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 
)

Member Function Documentation

◆ getRPCServerHost()

ilWebServicesSetupConfig::getRPCServerHost ( )

Definition at line 70 of file class.ilWebServicesSetupConfig.php.

References $rpc_server_host.

70  : string
71  {
73  }

◆ getRPCServerPort()

ilWebServicesSetupConfig::getRPCServerPort ( )

Definition at line 75 of file class.ilWebServicesSetupConfig.php.

References $rpc_server_port.

75  : int
76  {
78  }

◆ getSOAPConnectTimeout()

ilWebServicesSetupConfig::getSOAPConnectTimeout ( )

Definition at line 65 of file class.ilWebServicesSetupConfig.php.

References $soap_connect_timeout.

◆ getSoapResponseTimeout()

ilWebServicesSetupConfig::getSoapResponseTimeout ( )

Definition at line 80 of file class.ilWebServicesSetupConfig.php.

References $soap_response_timeout.

◆ getSOAPWsdlPath()

ilWebServicesSetupConfig::getSOAPWsdlPath ( )

Definition at line 60 of file class.ilWebServicesSetupConfig.php.

References $soap_wsdl_path.

60  : string
61  {
62  return $this->soap_wsdl_path;
63  }

◆ isSOAPUserAdministration()

ilWebServicesSetupConfig::isSOAPUserAdministration ( )

Definition at line 55 of file class.ilWebServicesSetupConfig.php.

References $soap_user_administration.

Field Documentation

◆ $rpc_server_host

ilWebServicesSetupConfig::$rpc_server_host
protected

Definition at line 27 of file class.ilWebServicesSetupConfig.php.

Referenced by __construct(), and getRPCServerHost().

◆ $rpc_server_port

ilWebServicesSetupConfig::$rpc_server_port
protected

Definition at line 32 of file class.ilWebServicesSetupConfig.php.

Referenced by __construct(), and getRPCServerPort().

◆ $soap_connect_timeout

ilWebServicesSetupConfig::$soap_connect_timeout
protected

Definition at line 22 of file class.ilWebServicesSetupConfig.php.

Referenced by __construct(), and getSOAPConnectTimeout().

◆ $soap_response_timeout

ilWebServicesSetupConfig::$soap_response_timeout
protected

Definition at line 37 of file class.ilWebServicesSetupConfig.php.

Referenced by __construct(), and getSoapResponseTimeout().

◆ $soap_user_administration

ilWebServicesSetupConfig::$soap_user_administration
protected

Definition at line 12 of file class.ilWebServicesSetupConfig.php.

Referenced by __construct(), and isSOAPUserAdministration().

◆ $soap_wsdl_path

ilWebServicesSetupConfig::$soap_wsdl_path
protected

Definition at line 17 of file class.ilWebServicesSetupConfig.php.

Referenced by __construct(), and getSOAPWsdlPath().


The documentation for this class was generated from the following file: