| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for ilChatController:
 Collaboration diagram for ilChatController:| 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, $_REQUEST, $_SESSION, getCommand(), and ilUtil\sendInfo().
 Here is the call graph for this function:
 Here is the call graph for this function:| 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().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 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().