Class ilChatroomInstaller.
More...
◆ setChatroomSettings()
static ilChatroomInstaller::setChatroomSettings |
( |
|
$obj_ids | ) |
|
|
static |
Sets autogen_usernames default option for chatrooms.
- Parameters
-
Definition at line 424 of file class.ilChatroomInstaller.php.
425 {
426 if(is_array($obj_ids))
427 {
428 foreach($obj_ids as $obj_id)
429 {
431 $room->saveSettings(array(
432 'object_id' => $obj_id,
433 'autogen_usernames' => 'Autogen #',
434 'room_type' => 'repository'
435 ));
436 }
437 }
438 }
The documentation for this class was generated from the following file: