ILIAS
Release_4_4_x_branch Revision 61816
|
Class ilChatroomCreateTask. More...
Public Member Functions | |
__construct (ilChatroomObjectGUI $gui) | |
Constructor. | |
executeDefault ($method) | |
Switches gui to visible mode. | |
save () | |
Inserts new object into gui. |
Private Attributes | |
$gui |
Class ilChatroomCreateTask.
Definition at line 13 of file class.ilChatroomCreateTask.php.
ilChatroomCreateTask::__construct | ( | ilChatroomObjectGUI | $gui | ) |
Constructor.
Sets $this->gui using given $gui
ilChatroomObjectGUI | $gui |
Reimplemented from ilChatroomTaskHandler.
Definition at line 25 of file class.ilChatroomCreateTask.php.
References $gui.
ilChatroomCreateTask::executeDefault | ( | $method | ) |
Switches gui to visible mode.
Instantiates and prepares form.
ilTemplate $tpl ilObjUser $ilUser ilCtrl2 $ilCtrl
string | $method |
Reimplemented from ilChatroomTaskHandler.
Definition at line 38 of file class.ilChatroomCreateTask.php.
Referenced by save().
ilChatroomCreateTask::save | ( | ) |
Inserts new object into gui.
ilCtrl2 $ilCtrl
Definition at line 49 of file class.ilChatroomCreateTask.php.
References $ilCtrl, and executeDefault().
|
private |
Definition at line 16 of file class.ilChatroomCreateTask.php.
Referenced by __construct().