ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
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, 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, and ilChatroomServerSettings\loadDefault().
|
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.