|
ILIAS
release_8 Revision v8.24
|
Class ilChatroomServerSettings. More...
Collaboration diagram for ilChatroomServerSettings:Public Member Functions | |
| getURL (string $action, $scope=null) | |
| Creates URL by calling $this->getBaseURL and using given $action and $scope and returns it. More... | |
| generateIliasUrl () | |
| getIliasUrlEnabled () | |
| setIliasUrlEnabled (bool $iliasUrlEnabled) | |
| getProtocol () | |
| setProtocol (string $protocol) | |
| getIliasUrl () | |
| setIliasUrl (string $iliasUrl) | |
| getBaseURL () | |
| Creates base URL by calling $this->getProtocol(), $this->getDomain() and $this->getPort() and returnes it. More... | |
| getDomain () | |
| setDomain (string $domain) | |
| getPort () | |
| setPort (int $port) | |
| getInstance () | |
| setInstance (string $instance) | |
| generateClientUrl () | |
| getClientUrlEnabled () | |
| setClientUrlEnabled (bool $clientUrlEnabled) | |
| getClientUrl () | |
| setClientUrl (string $clientUrl) | |
| getSmiliesEnabled () | |
| setSmiliesEnabled (bool $a_bool) | |
| getAuthKey () | |
| setAuthKey (string $authKey) | |
| getAuthSecret () | |
| setAuthSecret (string $authSecret) | |
| getSubDirectory () | |
| setSubDirectory (string $subDirectory) | |
Static Public Member Functions | |
| static | loadDefault () |
Data Fields | |
| const | PREFIX = '/backend' |
Private Attributes | |
| const | DEFAULT_PORT = 8585 |
| const | DEFAULT_PROCOTOL = 'http://' |
| const | DEFAULT_HOST = '192.168.1.94' |
| int | $port = self::DEFAULT_PORT |
| string | $protocol = self::DEFAULT_PROCOTOL |
| string | $domain = self::DEFAULT_HOST |
| string | $instance = '123456' |
| bool | $smilies_enabled = false |
| string | $authKey = '' |
| string | $authSecret = '' |
| bool | $clientUrlEnabled = false |
| string | $clientUrl = '' |
| bool | $iliasUrlEnabled = false |
| string | $iliasUrl = '' |
| string | $subDirectory = '' |
Class ilChatroomServerSettings.
Definition at line 27 of file class.ilChatroomServerSettings.php.
| ilChatroomServerSettings::generateClientUrl | ( | ) |
Definition at line 185 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 98 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 229 of file class.ilChatroomServerSettings.php.
References $authKey.
| ilChatroomServerSettings::getAuthSecret | ( | ) |
Definition at line 239 of file class.ilChatroomServerSettings.php.
References $authSecret.
| ilChatroomServerSettings::getBaseURL | ( | ) |
Creates base URL by calling $this->getProtocol(), $this->getDomain() and $this->getPort() and returnes it.
Definition at line 150 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 209 of file class.ilChatroomServerSettings.php.
References $clientUrl.
Referenced by generateClientUrl().
Here is the caller graph for this function:| ilChatroomServerSettings::getClientUrlEnabled | ( | ) |
Definition at line 199 of file class.ilChatroomServerSettings.php.
References $clientUrlEnabled.
Referenced by generateClientUrl().
Here is the caller graph for this function:| ilChatroomServerSettings::getDomain | ( | ) |
Definition at line 155 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 113 of file class.ilChatroomServerSettings.php.
References $iliasUrlEnabled.
Referenced by generateIliasUrl().
Here is the caller graph for this function:| ilChatroomServerSettings::getInstance | ( | ) |
Definition at line 175 of file class.ilChatroomServerSettings.php.
References $instance.
Referenced by getURL().
Here is the caller graph for this function:| ilChatroomServerSettings::getPort | ( | ) |
Definition at line 165 of file class.ilChatroomServerSettings.php.
References $port.
Referenced by getBaseURL().
Here is the caller graph for this function:| ilChatroomServerSettings::getProtocol | ( | ) |
Definition at line 123 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 219 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 249 of file class.ilChatroomServerSettings.php.
References $subDirectory.
| ilChatroomServerSettings::getURL | ( | string | $action, |
$scope = null |
|||
| ) |
Creates URL by calling $this->getBaseURL and using given $action and $scope and returns it.
| string | $action | |
| string | int | null | $scope |
Definition at line 87 of file class.ilChatroomServerSettings.php.
References $scope, $url, generateIliasUrl(), and getInstance().
Here is the call graph for this function:
|
static |
Definition at line 47 of file class.ilChatroomServerSettings.php.
References $DIC, $query, ILIAS\LTI\ToolProvider\$settings, DEFAULT_HOST, DEFAULT_PORT, and DEFAULT_PROCOTOL.
Referenced by ilObjChatroomAdminGUI\getConnector(), ilChatroomAdmin\getServerSettings(), and ilOnScreenChatGUI\initializeFrontend().
Here is the caller graph for this function:| ilChatroomServerSettings::setAuthKey | ( | string | $authKey | ) |
Definition at line 234 of file class.ilChatroomServerSettings.php.
References $authKey.
| ilChatroomServerSettings::setAuthSecret | ( | string | $authSecret | ) |
Definition at line 244 of file class.ilChatroomServerSettings.php.
References $authSecret.
| ilChatroomServerSettings::setClientUrl | ( | string | $clientUrl | ) |
Definition at line 214 of file class.ilChatroomServerSettings.php.
References $clientUrl.
| ilChatroomServerSettings::setClientUrlEnabled | ( | bool | $clientUrlEnabled | ) |
Definition at line 204 of file class.ilChatroomServerSettings.php.
References $clientUrlEnabled.
| ilChatroomServerSettings::setDomain | ( | string | $domain | ) |
Definition at line 160 of file class.ilChatroomServerSettings.php.
References $domain.
| ilChatroomServerSettings::setIliasUrl | ( | string | $iliasUrl | ) |
Definition at line 140 of file class.ilChatroomServerSettings.php.
References $iliasUrl.
| ilChatroomServerSettings::setIliasUrlEnabled | ( | bool | $iliasUrlEnabled | ) |
Definition at line 118 of file class.ilChatroomServerSettings.php.
References $iliasUrlEnabled.
| ilChatroomServerSettings::setInstance | ( | string | $instance | ) |
Definition at line 180 of file class.ilChatroomServerSettings.php.
References $instance.
| ilChatroomServerSettings::setPort | ( | int | $port | ) |
Definition at line 170 of file class.ilChatroomServerSettings.php.
References $port.
| ilChatroomServerSettings::setProtocol | ( | string | $protocol | ) |
Definition at line 128 of file class.ilChatroomServerSettings.php.
References $protocol.
| ilChatroomServerSettings::setSmiliesEnabled | ( | bool | $a_bool | ) |
Definition at line 224 of file class.ilChatroomServerSettings.php.
| ilChatroomServerSettings::setSubDirectory | ( | string | $subDirectory | ) |
Definition at line 254 of file class.ilChatroomServerSettings.php.
References $subDirectory.
|
private |
Definition at line 39 of file class.ilChatroomServerSettings.php.
Referenced by getAuthKey(), and setAuthKey().
|
private |
Definition at line 40 of file class.ilChatroomServerSettings.php.
Referenced by getAuthSecret(), and setAuthSecret().
|
private |
Definition at line 42 of file class.ilChatroomServerSettings.php.
Referenced by getClientUrl(), and setClientUrl().
|
private |
Definition at line 41 of file class.ilChatroomServerSettings.php.
Referenced by getClientUrlEnabled(), and setClientUrlEnabled().
|
private |
Definition at line 36 of file class.ilChatroomServerSettings.php.
Referenced by getDomain(), and setDomain().
|
private |
Definition at line 44 of file class.ilChatroomServerSettings.php.
Referenced by getIliasUrl(), and setIliasUrl().
|
private |
Definition at line 43 of file class.ilChatroomServerSettings.php.
Referenced by getIliasUrlEnabled(), and setIliasUrlEnabled().
|
private |
Definition at line 37 of file class.ilChatroomServerSettings.php.
Referenced by getInstance(), and setInstance().
|
private |
Definition at line 34 of file class.ilChatroomServerSettings.php.
|
private |
Definition at line 35 of file class.ilChatroomServerSettings.php.
Referenced by getProtocol(), and setProtocol().
|
private |
Definition at line 38 of file class.ilChatroomServerSettings.php.
Referenced by getSmiliesEnabled().
|
private |
Definition at line 45 of file class.ilChatroomServerSettings.php.
Referenced by getSubDirectory(), and setSubDirectory().
|
private |
Definition at line 31 of file class.ilChatroomServerSettings.php.
Referenced by loadDefault().
|
private |
Definition at line 29 of file class.ilChatroomServerSettings.php.
Referenced by loadDefault().
|
private |
Definition at line 30 of file class.ilChatroomServerSettings.php.
Referenced by loadDefault().
| const ilChatroomServerSettings::PREFIX = '/backend' |
Definition at line 33 of file class.ilChatroomServerSettings.php.
Referenced by ilChatroomServerSettingsTest\testGetUrl().