Class ilChatroomInstaller.
More...
◆ setChatroomSettings()
| static ilChatroomInstaller::setChatroomSettings |
( |
array |
$obj_ids | ) |
|
|
static |
Sets autogen_usernames default option for chatrooms.
- Parameters
-
Definition at line 414 of file class.ilChatroomInstaller.php.
414 : void
415 {
416 foreach ($obj_ids as $obj_id) {
418 $room->saveSettings([
419 'object_id' => $obj_id,
420 'autogen_usernames' => 'Autogen #',
421 'room_type' => 'repository'
422 ]);
423 }
424 }
The documentation for this class was generated from the following file: