|
ILIAS
Release_4_2_x_branch Revision 61807
|
Class ilChatroomCreateTask. More...
Inheritance diagram for ilChatroomCreateTask:
Collaboration diagram for ilChatroomCreateTask:Public Member Functions | |
| __construct (ilDBayObjectGUI $gui) | |
| Constructor. | |
| executeDefault ($method) | |
| Switches gui to visible mode. | |
| save () | |
| Inserts new object into gui. | |
Public Member Functions inherited from ilDBayTaskHandler | |
| execute ($method) | |
| Executes given $method if existing, otherwise executes executeDefault() method. | |
Private Attributes | |
| $gui | |
Class ilChatroomCreateTask.
Definition at line 13 of file class.ilChatroomCreateTask.php.
| ilChatroomCreateTask::__construct | ( | ilDBayObjectGUI | $gui | ) |
Constructor.
Sets $this->gui using given $gui
| ilDBayObjectGUI | $gui |
Reimplemented from ilDBayTaskHandler.
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 ilDBayTaskHandler.
Definition at line 38 of file class.ilChatroomCreateTask.php.
Referenced by save().
Here is the caller graph for this function:| ilChatroomCreateTask::save | ( | ) |
Inserts new object into gui.
ilCtrl2 $ilCtrl
Definition at line 49 of file class.ilChatroomCreateTask.php.
References $ilCtrl, and executeDefault().
Here is the call graph for this function:
|
private |
Definition at line 16 of file class.ilChatroomCreateTask.php.
Referenced by __construct().