ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
ilChatroomInstaller Class Reference

Class ilChatroomInstaller. More...

+ Collaboration diagram for ilChatroomInstaller:

Static Public Member Functions

static setChatroomSettings ($obj_ids)
 Sets autogen_usernames default option for chatrooms. More...
 

Detailed Description

Class ilChatroomInstaller.

Author
Jan Posselt jposs.nosp@m.elt@.nosp@m.datab.nosp@m.ay.d.nosp@m.e
Version
$Id$

Definition at line 10 of file class.ilChatroomInstaller.php.

Member Function Documentation

◆ setChatroomSettings()

static ilChatroomInstaller::setChatroomSettings (   $obj_ids)
static

Sets autogen_usernames default option for chatrooms.

Parameters
array$obj_ids

Definition at line 403 of file class.ilChatroomInstaller.php.

404 {
405 if (is_array($obj_ids)) {
406 foreach ($obj_ids as $obj_id) {
407 $room = new ilChatroom();
408 $room->saveSettings(array(
409 'object_id' => $obj_id,
410 'autogen_usernames' => 'Autogen #',
411 'room_type' => 'repository'
412 ));
413 }
414 }
415 }
Class ilChatroom.

The documentation for this class was generated from the following file: