ILIAS
Release_3_10_x_branch Revision 61812
|
Public Member Functions | |
ilChatController ($a_ref_id) | |
Constructor public. | |
setRefId ($a_ref_id) | |
getRefId () | |
execute () | |
__getCommand () |
Data Fields | |
$gui_obj | |
$ref_id | |
$cmd |
Class ilObjTest.
Definition at line 32 of file class.ilChatController.php.
ilChatController::__getCommand | ( | ) |
Definition at line 80 of file class.ilChatController.php.
References $_GET.
Referenced by ilChatController().
ilChatController::execute | ( | ) |
Definition at line 73 of file class.ilChatController.php.
References $cmd.
ilChatController::getRefId | ( | ) |
Definition at line 68 of file class.ilChatController.php.
References $ref_id.
ilChatController::ilChatController | ( | $a_ref_id | ) |
Constructor public.
integer | reference_id |
Definition at line 44 of file class.ilChatController.php.
References $_GET, $_SESSION, __getCommand(), and ilUtil\sendInfo().
ilChatController::setRefId | ( | $a_ref_id | ) |
Definition at line 64 of file class.ilChatController.php.
ilChatController::$cmd |
Definition at line 37 of file class.ilChatController.php.
Referenced by execute().
ilChatController::$gui_obj |
Definition at line 34 of file class.ilChatController.php.
ilChatController::$ref_id |
Definition at line 36 of file class.ilChatController.php.
Referenced by getRefId().