ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class ilChatroomAdmin. More...
Public Member Functions | |
__construct ($config_id, stdClass $settings=null) | |
Constructor Sets $this->config_id and $this->settings using given $config_id and $settings. More... | |
getServerSettings () | |
Instantiates ilChatroomServerSettings object, sets data using $this->settings->server_settings and returns object. More... | |
Private Attributes | |
$settings | |
$config_id | |
Static Private Attributes | |
static | $settingsTable = 'chatroom_admconfig' |
ilChatroomAdmin::__construct | ( | $config_id, | |
stdClass | $settings = null |
||
) |
Constructor Sets $this->config_id and $this->settings using given $config_id and $settings.
integer | $config_id | |
stdClass | $settings |
Definition at line 34 of file class.ilChatroomAdmin.php.
References $config_id, $ilDB, $query, $row, $settings, and settings().
ilChatroomAdmin::getServerSettings | ( | ) |
Instantiates ilChatroomServerSettings object, sets data using $this->settings->server_settings and returns object.
Definition at line 67 of file class.ilChatroomAdmin.php.
References $ilDB, $query, $res, $row, $settings, array, and string.
|
private |
Definition at line 25 of file class.ilChatroomAdmin.php.
Referenced by __construct().
|
private |
Definition at line 20 of file class.ilChatroomAdmin.php.
Referenced by __construct(), and getServerSettings().
|
staticprivate |
Definition at line 15 of file class.ilChatroomAdmin.php.