Class ilChatroomInstaller.
More...
◆ setChatroomSettings()
static ilChatroomInstaller::setChatroomSettings |
( |
|
$obj_ids | ) |
|
|
static |
Sets autogen_usernames default option for chatrooms.
- Parameters
-
Definition at line 403 of file class.ilChatroomInstaller.php.
404 {
405 if (is_array($obj_ids)) {
406 foreach ($obj_ids as $obj_id) {
408 $room->saveSettings(array(
409 'object_id' => $obj_id,
410 'autogen_usernames' => 'Autogen #',
411 'room_type' => 'repository'
412 ));
413 }
414 }
415 }
The documentation for this class was generated from the following file: