Class ilChatroomInstaller.
More...
Static Public Member Functions |
static | setChatroomSettings ($obj_ids) |
| Sets autogen_usernames default option for chatrooms.
|
Detailed Description
Member Function Documentation
static ilChatroomInstaller::setChatroomSettings |
( |
|
$obj_ids | ) |
|
|
static |
Sets autogen_usernames default option for chatrooms.
- Parameters
-
Definition at line 455 of file class.ilChatroomInstaller.php.
{
if(is_array($obj_ids))
{
foreach($obj_ids as $obj_id)
{
$room->saveSettings(array(
'object_id' => $obj_id,
'autogen_usernames' => 'Autogen #',
'room_type' => 'repository'
));
}
}
}
The documentation for this class was generated from the following file: