|
ILIAS
Release_5_0_x_branch Revision 61816
|
Class ilChatroomAdmin. More...
Collaboration diagram for ilChatroomAdmin:Public Member Functions | |
| __construct ($config_id, stdClass $settings=null) | |
| Constructor Sets $this->config_id and $this->settings using given $config_id and $settings. | |
| getServerSettings () | |
| Instantiates ilChatroomServerSettings object, sets data using $this->settings->server_settings and returns object. | |
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, 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 ilChatroomServerSettings\loadDefault().
Here is the call graph for this function:
|
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().
|
staticprivate |
Definition at line 15 of file class.ilChatroomAdmin.php.