|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Class ilChatroomServerSettings. More...
Collaboration diagram for ilChatroomServerSettings:Public Member Functions | |
| getPort () | |
| Returns $this->port. More... | |
| setPort ($port) | |
| Sets $this->port using given $port. More... | |
| getProtocol () | |
| Returns $this->protocol. More... | |
| setProtocol ($protocol) | |
| Sets $this->protocol using given $protocol. More... | |
| getDomain () | |
| Returns $this->domain. More... | |
| setDomain ($domain) | |
| Sets $this->domain using given $domain. More... | |
| getURL ($action, $scope) | |
| Creates URL by calling $this->getBaseURL and using given $action and $scope and returns it. More... | |
| getBaseURL () | |
| Returns base URL. More... | |
| getInstance () | |
| Returns $this->instance. More... | |
| setInstance ($instance) | |
| Sets $this->instance using given $instance. More... | |
| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| ilChatroomServerSettings::getDomain | ( | ) |
Returns $this->domain.
Definition at line 66 of file class.ilChatroomServerSettings.php.
References $domain.
Referenced by getBaseURL().
Here is the caller graph for this function:| ilChatroomServerSettings::getInstance | ( | ) |
Returns $this->instance.
Definition at line 113 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 26 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 46 of file class.ilChatroomServerSettings.php.
References $protocol.
Referenced by getBaseURL().
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
|
static |
Definition at line 136 of file class.ilChatroomServerSettings.php.
References $ilDB, $query, and $row.
Referenced by ilObjChatroomAdminGUI\getConnector(), and ilChatroomAdmin\getServerSettings().
Here is the caller graph for this function:| 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().