|
ILIAS
Release_4_2_x_branch Revision 61807
|
Class ilChatroomInfoTask. More...
Inheritance diagram for ilChatroomInfoTask:
Collaboration diagram for ilChatroomInfoTask:Public Member Functions | |
| __construct (ilDBayObjectGUI $gui) | |
| Constructor. | |
| executeDefault ($method) | |
| Prepares and displays the info screen. | |
Public Member Functions inherited from ilDBayTaskHandler | |
| execute ($method) | |
| Executes given $method if existing, otherwise executes executeDefault() method. | |
Private Attributes | |
| $gui | |
Class ilChatroomInfoTask.
Provides methods to prepare and display the info task.
Definition at line 15 of file class.ilChatroomInfoTask.php.
| ilChatroomInfoTask::__construct | ( | ilDBayObjectGUI | $gui | ) |
Constructor.
Requires ilInfoScreenGUI and sets $this->gui using given $gui.
| ilDBayObjectGUI | $gui |
Reimplemented from ilDBayTaskHandler.
Definition at line 26 of file class.ilChatroomInfoTask.php.
References $gui.
| ilChatroomInfoTask::executeDefault | ( | $method | ) |
Prepares and displays the info screen.
ilAccessHandler $ilAccess ilCtrl2 $ilCtrl ilLanguage $lng
| string | $method |
Reimplemented from ilDBayTaskHandler.
Definition at line 40 of file class.ilChatroomInfoTask.php.
References $_GET, $ilCtrl, $lng, ilChatroom\checkUserPermissions(), and ilUtil\redirect().
Here is the call graph for this function:
|
private |
Definition at line 17 of file class.ilChatroomInfoTask.php.
Referenced by __construct().