|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class ilChatroomServerSettings. More...
Collaboration diagram for ilChatroomServerSettings:Public Member Functions | |
| getURL ($action, $scope=null) | |
| Creates URL by calling $this->getBaseURL and using given $action and $scope and returns it. More... | |
| generateIliasUrl () | |
| getIliasUrlEnabled () | |
| setIliasUrlEnabled ($iliasUrlEnabled) | |
| getProtocol () | |
| Returns $this->protocol. More... | |
| setProtocol ($protocol) | |
| Sets $this->protocol using given $protocol. More... | |
| getIliasUrl () | |
| setIliasUrl ($iliasUrl) | |
| getBaseURL () | |
| Returns base URL Creates base URL by calling $this->getProtocol(), $this->getDomain() and $this->getPort() and returnes it. More... | |
| getDomain () | |
| Returns $this->domain. More... | |
| setDomain ($domain) | |
| Sets $this->domain using given $domain. More... | |
| getPort () | |
| Returns $this->port. More... | |
| setPort ($port) | |
| Sets $this->port using given $port. More... | |
| getInstance () | |
| Returns $this->instance. More... | |
| setInstance ($instance) | |
| Sets $this->instance using given $instance. More... | |
| generateClientUrl () | |
| getClientUrlEnabled () | |
| setClientUrlEnabled ($clientUrlEnabled) | |
| getClientUrl () | |
| setClientUrl ($clientUrl) | |
| getSmiliesEnabled () | |
| setSmiliesEnabled ($a_bool) | |
| getAuthKey () | |
| setAuthKey ($authKey) | |
| getAuthSecret () | |
| setAuthSecret ($authSecret) | |
| getSubDirectory () | |
| setSubDirectory ($subDirectory) | |
Data Fields | |
| const | PREFIX = '/backend' |
Private Attributes | |
| $port = '8585' | |
| $protocol = 'http://' | |
| $domain = '192.168.1.94' | |
| $instance = '123456' | |
| $smilies_enabled = false | |
| $authKey | |
| $authSecret | |
| $clientUrlEnabled | |
| $clientUrl | |
| $iliasUrlEnabled | |
| $iliasUrl | |
| $subDirectory | |
Class ilChatroomServerSettings.
Definition at line 10 of file class.ilChatroomServerSettings.php.
| ilChatroomServerSettings::generateClientUrl | ( | ) |
Definition at line 216 of file class.ilChatroomServerSettings.php.
References $url, getBaseURL(), getClientUrl(), getClientUrlEnabled(), and getProtocol().
Here is the call graph for this function:| ilChatroomServerSettings::generateIliasUrl | ( | ) |
Definition at line 79 of file class.ilChatroomServerSettings.php.
References $url, getBaseURL(), getIliasUrl(), getIliasUrlEnabled(), and getProtocol().
Referenced by getURL().
Here is the call graph for this function:
Here is the caller graph for this function:| ilChatroomServerSettings::getAuthKey | ( | ) |
Definition at line 283 of file class.ilChatroomServerSettings.php.
References $authKey.
| ilChatroomServerSettings::getAuthSecret | ( | ) |
Definition at line 299 of file class.ilChatroomServerSettings.php.
References $authSecret.
| ilChatroomServerSettings::getBaseURL | ( | ) |
Returns base URL Creates base URL by calling $this->getProtocol(), $this->getDomain() and $this->getPort() and returnes it.
Definition at line 154 of file class.ilChatroomServerSettings.php.
References getDomain(), getPort(), and getProtocol().
Referenced by generateClientUrl(), and generateIliasUrl().
Here is the call graph for this function:
Here is the caller graph for this function:| ilChatroomServerSettings::getClientUrl | ( | ) |
Definition at line 251 of file class.ilChatroomServerSettings.php.
References $clientUrl.
Referenced by generateClientUrl().
Here is the caller graph for this function:| ilChatroomServerSettings::getClientUrlEnabled | ( | ) |
Definition at line 235 of file class.ilChatroomServerSettings.php.
References $clientUrlEnabled.
Referenced by generateClientUrl().
Here is the caller graph for this function:| ilChatroomServerSettings::getDomain | ( | ) |
Returns $this->domain.
Definition at line 163 of file class.ilChatroomServerSettings.php.
References $domain.
Referenced by getBaseURL().
Here is the caller graph for this function:| ilChatroomServerSettings::getIliasUrl | ( | ) |
Definition at line 135 of file class.ilChatroomServerSettings.php.
References $iliasUrl.
Referenced by generateIliasUrl().
Here is the caller graph for this function:| ilChatroomServerSettings::getIliasUrlEnabled | ( | ) |
Definition at line 98 of file class.ilChatroomServerSettings.php.
References $iliasUrlEnabled.
Referenced by generateIliasUrl().
Here is the caller graph for this function:| ilChatroomServerSettings::getInstance | ( | ) |
Returns $this->instance.
Definition at line 199 of file class.ilChatroomServerSettings.php.
References $instance.
Referenced by getURL().
Here is the caller graph for this function:| ilChatroomServerSettings::getPort | ( | ) |
Returns $this->port.
Definition at line 181 of file class.ilChatroomServerSettings.php.
References $port.
Referenced by getBaseURL().
Here is the caller graph for this function:| ilChatroomServerSettings::getProtocol | ( | ) |
Returns $this->protocol.
Definition at line 115 of file class.ilChatroomServerSettings.php.
References $protocol.
Referenced by generateClientUrl(), generateIliasUrl(), and getBaseURL().
Here is the caller graph for this function:| ilChatroomServerSettings::getSmiliesEnabled | ( | ) |
Definition at line 267 of file class.ilChatroomServerSettings.php.
References $smilies_enabled.
Referenced by ilOnScreenChatGUI\getEmoticons().
Here is the caller graph for this function:| ilChatroomServerSettings::getSubDirectory | ( | ) |
Definition at line 315 of file class.ilChatroomServerSettings.php.
References $subDirectory.
| ilChatroomServerSettings::getURL | ( | $action, | |
$scope = null |
|||
| ) |
Creates URL by calling $this->getBaseURL and using given $action and $scope and returns it.
| string | $action | |
| string | null | $scope |
Definition at line 64 of file class.ilChatroomServerSettings.php.
References $url, generateIliasUrl(), and getInstance().
Here is the call graph for this function:| ilChatroomServerSettings::setAuthKey | ( | $authKey | ) |
| string | $authKey |
Definition at line 291 of file class.ilChatroomServerSettings.php.
References $authKey.
| ilChatroomServerSettings::setAuthSecret | ( | $authSecret | ) |
| string | $authSecret |
Definition at line 307 of file class.ilChatroomServerSettings.php.
References $authSecret.
| ilChatroomServerSettings::setClientUrl | ( | $clientUrl | ) |
| string | $clientUrl |
Definition at line 259 of file class.ilChatroomServerSettings.php.
References $clientUrl.
| ilChatroomServerSettings::setClientUrlEnabled | ( | $clientUrlEnabled | ) |
| bool | $clientUrlEnabled |
Definition at line 243 of file class.ilChatroomServerSettings.php.
References $clientUrlEnabled.
| ilChatroomServerSettings::setDomain | ( | $domain | ) |
Sets $this->domain using given $domain.
| string | $domain |
Definition at line 172 of file class.ilChatroomServerSettings.php.
References $domain.
| ilChatroomServerSettings::setIliasUrl | ( | $iliasUrl | ) |
| string | $iliasUrl |
Definition at line 143 of file class.ilChatroomServerSettings.php.
References $iliasUrl.
| ilChatroomServerSettings::setIliasUrlEnabled | ( | $iliasUrlEnabled | ) |
| bool | $iliasUrlEnabled |
Definition at line 106 of file class.ilChatroomServerSettings.php.
References $iliasUrlEnabled.
| ilChatroomServerSettings::setInstance | ( | $instance | ) |
Sets $this->instance using given $instance.
| string | $instance |
Definition at line 208 of file class.ilChatroomServerSettings.php.
References $instance.
| ilChatroomServerSettings::setPort | ( | $port | ) |
Sets $this->port using given $port.
| string | $port |
Definition at line 190 of file class.ilChatroomServerSettings.php.
References $port.
| ilChatroomServerSettings::setProtocol | ( | $protocol | ) |
Sets $this->protocol using given $protocol.
| string | $protocol |
Definition at line 124 of file class.ilChatroomServerSettings.php.
References $protocol.
| ilChatroomServerSettings::setSmiliesEnabled | ( | $a_bool | ) |
| bool | $a_bool |
Definition at line 275 of file class.ilChatroomServerSettings.php.
| ilChatroomServerSettings::setSubDirectory | ( | $subDirectory | ) |
| mixed | $subDirectory |
Definition at line 323 of file class.ilChatroomServerSettings.php.
References $subDirectory.
|
private |
Definition at line 18 of file class.ilChatroomServerSettings.php.
Referenced by getAuthKey(), and setAuthKey().
|
private |
Definition at line 19 of file class.ilChatroomServerSettings.php.
Referenced by getAuthSecret(), and setAuthSecret().
|
private |
Definition at line 21 of file class.ilChatroomServerSettings.php.
Referenced by getClientUrl(), and setClientUrl().
|
private |
Definition at line 20 of file class.ilChatroomServerSettings.php.
Referenced by getClientUrlEnabled(), and setClientUrlEnabled().
|
private |
Definition at line 15 of file class.ilChatroomServerSettings.php.
Referenced by getDomain(), and setDomain().
|
private |
Definition at line 23 of file class.ilChatroomServerSettings.php.
Referenced by getIliasUrl(), and setIliasUrl().
|
private |
Definition at line 22 of file class.ilChatroomServerSettings.php.
Referenced by getIliasUrlEnabled(), and setIliasUrlEnabled().
|
private |
Definition at line 16 of file class.ilChatroomServerSettings.php.
Referenced by getInstance(), and setInstance().
|
private |
Definition at line 13 of file class.ilChatroomServerSettings.php.
|
private |
Definition at line 14 of file class.ilChatroomServerSettings.php.
Referenced by getProtocol(), and setProtocol().
|
private |
Definition at line 17 of file class.ilChatroomServerSettings.php.
Referenced by getSmiliesEnabled().
|
private |
Definition at line 24 of file class.ilChatroomServerSettings.php.
Referenced by getSubDirectory(), and setSubDirectory().
| const ilChatroomServerSettings::PREFIX = '/backend' |
Definition at line 12 of file class.ilChatroomServerSettings.php.
Referenced by ilChatroomServerSettingsTest\testGetUrl().