ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
__construct ($a_ref_id) | |
Constructor public. | |
setRefId ($a_ref_id) | |
getRefId () | |
execute () |
Data Fields | |
$gui_obj | |
$ref_id | |
$cmd |
Private Member Functions | |
getCommand () | |
sets internal command |
Class ilObjTest.
Definition at line 32 of file class.ilChatController.php.
ilChatController::__construct | ( | $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::execute | ( | ) |
Definition at line 80 of file class.ilChatController.php.
References $cmd.
|
private |
sets internal command
Definition at line 89 of file class.ilChatController.php.
Referenced by __construct().
ilChatController::getRefId | ( | ) |
ilChatController::setRefId | ( | $a_ref_id | ) |
integer | ref_id |
Definition at line 67 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().