ILIAS
Release_5_0_x_branch Revision 61816
|
Class ilChatroomServerSettings. More...
Public Member Functions | |
getPort () | |
Returns $this->port. | |
setPort ($port) | |
Sets $this->port using given $port. | |
getProtocol () | |
Returns $this->protocol. | |
setProtocol ($protocol) | |
Sets $this->protocol using given $protocol. | |
getDomain () | |
Returns $this->domain. | |
setDomain ($domain) | |
Sets $this->domain using given $domain. | |
getURL ($action, $scope) | |
Creates URL by calling $this->getBaseURL and using given $action and $scope and returns it. | |
getBaseURL () | |
Returns base URL. | |
getInstance () | |
Returns $this->instance. | |
setInstance ($instance) | |
Sets $this->instance using given $instance. | |
setSmiliesEnabled ($a_bool) | |
getSmiliesEnabled () |
Static Public Member Functions | |
static | loadDefault () |
Private Attributes | |
$port = '8585' | |
$protocol = 'http://' | |
$domain = '192.168.1.94' | |
$instance = '123456' |
Class ilChatroomServerSettings.
Definition at line 13 of file class.ilChatroomServerSettings.php.
ilChatroomServerSettings::getBaseURL | ( | ) |
Returns base URL.
Creates base URL by calling $this->getProtocol(), $this->getDomain() and $this->getPort() and returnes it.
Definition at line 103 of file class.ilChatroomServerSettings.php.
References getDomain(), getPort(), and getProtocol().
Referenced by getURL().
ilChatroomServerSettings::getDomain | ( | ) |
Returns $this->domain.
Definition at line 66 of file class.ilChatroomServerSettings.php.
References $domain.
Referenced by getBaseURL().
ilChatroomServerSettings::getInstance | ( | ) |
Returns $this->instance.
Definition at line 113 of file class.ilChatroomServerSettings.php.
References $instance.
Referenced by getURL().
ilChatroomServerSettings::getPort | ( | ) |
Returns $this->port.
Definition at line 26 of file class.ilChatroomServerSettings.php.
References $port.
Referenced by getBaseURL().
ilChatroomServerSettings::getProtocol | ( | ) |
Returns $this->protocol.
Definition at line 46 of file class.ilChatroomServerSettings.php.
References $protocol.
Referenced by getBaseURL().
ilChatroomServerSettings::getSmiliesEnabled | ( | ) |
Definition at line 132 of file class.ilChatroomServerSettings.php.
ilChatroomServerSettings::getURL | ( | $action, | |
$scope | |||
) |
Creates URL by calling $this->getBaseURL and using given $action and $scope and returns it.
string | $action | |
string | $scope |
Definition at line 89 of file class.ilChatroomServerSettings.php.
References getBaseURL(), and getInstance().
|
static |
Definition at line 136 of file class.ilChatroomServerSettings.php.
References $ilDB, $query, and $row.
Referenced by ilObjChatroomAdminGUI\getConnector(), and ilChatroomAdmin\getServerSettings().
ilChatroomServerSettings::setDomain | ( | $domain | ) |
Sets $this->domain using given $domain.
string | $domain |
Definition at line 76 of file class.ilChatroomServerSettings.php.
References $domain.
ilChatroomServerSettings::setInstance | ( | $instance | ) |
Sets $this->instance using given $instance.
string | $instance |
Definition at line 123 of file class.ilChatroomServerSettings.php.
References $instance.
ilChatroomServerSettings::setPort | ( | $port | ) |
Sets $this->port using given $port.
string | $port |
Definition at line 36 of file class.ilChatroomServerSettings.php.
References $port.
ilChatroomServerSettings::setProtocol | ( | $protocol | ) |
Sets $this->protocol using given $protocol.
string | $protocol |
Definition at line 56 of file class.ilChatroomServerSettings.php.
References $protocol.
ilChatroomServerSettings::setSmiliesEnabled | ( | $a_bool | ) |
Definition at line 128 of file class.ilChatroomServerSettings.php.
|
private |
Definition at line 18 of file class.ilChatroomServerSettings.php.
Referenced by getDomain(), and setDomain().
|
private |
Definition at line 19 of file class.ilChatroomServerSettings.php.
Referenced by getInstance(), and setInstance().
|
private |
Definition at line 16 of file class.ilChatroomServerSettings.php.
|
private |
Definition at line 17 of file class.ilChatroomServerSettings.php.
Referenced by getProtocol(), and setProtocol().