ILIAS  trunk Revision v11.0_alpha-1749-g1a06bdef097
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilChatroomSetupConfig Class Reference
+ Inheritance diagram for ilChatroomSetupConfig:
+ Collaboration diagram for ilChatroomSetupConfig:

Public Member Functions

 __construct (protected string $address, protected int $port, protected string $sub_directory, protected string $protocol, protected string $cert, protected string $key, protected string $dhparam, protected string $log, protected string $log_level, protected string $error_log, protected bool $ilias_proxy, protected string $ilias_url, protected bool $client_proxy, protected string $client_url, protected bool $deletion_mode, protected string $deletion_unit, protected int $deletion_value, protected string $deletion_time)
 
 getAddress ()
 
 getPort ()
 
 getSubDirectory ()
 
 getProtocol ()
 
 getCert ()
 
 getKey ()
 
 getDhparam ()
 
 getLog ()
 
 getLogLevel ()
 
 getErrorLog ()
 
 hasIliasProxy ()
 
 getIliasUrl ()
 
 hasClientProxy ()
 
 getClientUrl ()
 
 hasDeletionMode ()
 
 getDeletionUnit ()
 
 getDeletionValue ()
 
 getDeletionTime ()
 

Detailed Description

Definition at line 23 of file class.ilChatroomSetupConfig.php.

Constructor & Destructor Documentation

◆ __construct()

ilChatroomSetupConfig::__construct ( protected string  $address,
protected int  $port,
protected string  $sub_directory,
protected string  $protocol,
protected string  $cert,
protected string  $key,
protected string  $dhparam,
protected string  $log,
protected string  $log_level,
protected string  $error_log,
protected bool  $ilias_proxy,
protected string  $ilias_url,
protected bool  $client_proxy,
protected string  $client_url,
protected bool  $deletion_mode,
protected string  $deletion_unit,
protected int  $deletion_value,
protected string  $deletion_time 
)

Definition at line 25 of file class.ilChatroomSetupConfig.php.

44  {
45  }

Member Function Documentation

◆ getAddress()

ilChatroomSetupConfig::getAddress ( )

Definition at line 47 of file class.ilChatroomSetupConfig.php.

47  : string
48  {
49  return $this->address;
50  }

◆ getCert()

ilChatroomSetupConfig::getCert ( )

Definition at line 67 of file class.ilChatroomSetupConfig.php.

67  : string
68  {
69  return $this->cert;
70  }

◆ getClientUrl()

ilChatroomSetupConfig::getClientUrl ( )

Definition at line 112 of file class.ilChatroomSetupConfig.php.

112  : string
113  {
114  return $this->client_url;
115  }

◆ getDeletionTime()

ilChatroomSetupConfig::getDeletionTime ( )

Definition at line 132 of file class.ilChatroomSetupConfig.php.

132  : string
133  {
134  return $this->deletion_time;
135  }

◆ getDeletionUnit()

ilChatroomSetupConfig::getDeletionUnit ( )

Definition at line 122 of file class.ilChatroomSetupConfig.php.

122  : string
123  {
124  return $this->deletion_unit;
125  }

◆ getDeletionValue()

ilChatroomSetupConfig::getDeletionValue ( )

Definition at line 127 of file class.ilChatroomSetupConfig.php.

127  : int
128  {
129  return $this->deletion_value;
130  }

◆ getDhparam()

ilChatroomSetupConfig::getDhparam ( )

Definition at line 77 of file class.ilChatroomSetupConfig.php.

77  : string
78  {
79  return $this->dhparam;
80  }

◆ getErrorLog()

ilChatroomSetupConfig::getErrorLog ( )

Definition at line 92 of file class.ilChatroomSetupConfig.php.

92  : string
93  {
94  return $this->error_log;
95  }

◆ getIliasUrl()

ilChatroomSetupConfig::getIliasUrl ( )

Definition at line 102 of file class.ilChatroomSetupConfig.php.

102  : string
103  {
104  return $this->ilias_url;
105  }

◆ getKey()

ilChatroomSetupConfig::getKey ( )

Definition at line 72 of file class.ilChatroomSetupConfig.php.

72  : string
73  {
74  return $this->key;
75  }

◆ getLog()

ilChatroomSetupConfig::getLog ( )

Definition at line 82 of file class.ilChatroomSetupConfig.php.

References $log.

82  : string
83  {
84  return $this->log;
85  }
$log
Definition: result.php:32

◆ getLogLevel()

ilChatroomSetupConfig::getLogLevel ( )

Definition at line 87 of file class.ilChatroomSetupConfig.php.

87  : string
88  {
89  return $this->log_level;
90  }

◆ getPort()

ilChatroomSetupConfig::getPort ( )

Definition at line 52 of file class.ilChatroomSetupConfig.php.

52  : int
53  {
54  return $this->port;
55  }

◆ getProtocol()

ilChatroomSetupConfig::getProtocol ( )

Definition at line 62 of file class.ilChatroomSetupConfig.php.

62  : string
63  {
64  return $this->protocol;
65  }

◆ getSubDirectory()

ilChatroomSetupConfig::getSubDirectory ( )

Definition at line 57 of file class.ilChatroomSetupConfig.php.

57  : string
58  {
59  return $this->sub_directory;
60  }

◆ hasClientProxy()

ilChatroomSetupConfig::hasClientProxy ( )

Definition at line 107 of file class.ilChatroomSetupConfig.php.

107  : bool
108  {
109  return $this->client_proxy;
110  }

◆ hasDeletionMode()

ilChatroomSetupConfig::hasDeletionMode ( )

Definition at line 117 of file class.ilChatroomSetupConfig.php.

117  : bool
118  {
119  return $this->deletion_mode;
120  }

◆ hasIliasProxy()

ilChatroomSetupConfig::hasIliasProxy ( )

Definition at line 97 of file class.ilChatroomSetupConfig.php.

97  : bool
98  {
99  return $this->ilias_proxy;
100  }

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