| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Class ilObjChatGUI. More...
 Inheritance diagram for ilObjChatGUI:
 Inheritance diagram for ilObjChatGUI: Collaboration diagram for ilObjChatGUI:
 Collaboration diagram for ilObjChatGUI:| Public Member Functions | |
| __construct ($a_data, $a_id, $a_call_by_reference=true, $a_prepare_output=true) | |
| Constructor  public. | |
| & | executeCommand () | 
| execute command | |
| testObject () | |
| cancelObject () | |
| Cancel. | |
| addAdminLocatorItems () | |
| should be overwritten to add object specific items (repository items are preloaded) | |
| setTargetScript ($a_script) | |
| getTargetScript ($a_params) | |
| setInModule ($in_module) | |
| inModule () | |
| saveObject () | |
| save object | |
| blockedUsersObject () | |
| blockUserObject () | |
| unblockUsersObject () | |
| viewObject () | |
| list childs of current object | |
| adminRoomsObject () | |
| deleteRoomObject () | |
| refreshRoomObject () | |
| renameObject () | |
| confirmedDeleteRoomObject () | |
| addRoomObject () | |
| renameRoomObject () | |
| adminAddRoomObject () | |
| recordingsObject () | |
| askDeleteRecordingsObject () | |
| deleteRecordingsObject () | |
| exportRecordingObject () | |
| showFramesObject () | |
| Show main chat window. | |
| showUserFrameObject () | |
| Displays main chat page. | |
| getChatViewerBlockContentObject () | |
| invitePDObject () | |
| closeFrame () | |
| exportObject () | |
| exportRoomObject () | |
| getTabs (&$tabs_gui) | |
| get tabs  public | |
| _goto ($a_target) | |
| showUserProfileObject () | |
| addLocatorItems () | |
| should be overwritten to add object specific items (repository items are preloaded) | |
| infoScreenObject () | |
| this one is called from the info button in the repository not very nice to set cmdClass/Cmd manually, if everything works through ilCtrl in the future this may be changed | |
| infoScreen () | |
| show information screen | |
| fetchRooms () | |
| getOnlineUsersAsyncObject () | |
| getActiveUsersAsyncObject () | |
| getCurrentRoomAsyncObject () | |
| getUpdateAsyncObject () | |
| enterRoomAsyncObject () | |
| emptyRoomAsyncObject () | |
| kickUserAsyncObject () | |
| unkickUserAsyncObject () | |
| addPrivateRoomAsyncObject () | |
| inviteAsyncObject () | |
| dropAsyncObject () | |
| deleteRoomAsyncObject () | |
| inputAsyncObject () | |
| startRecordingAsyncObject () | |
| stopRecordingAsyncObject () | |
| addUserToAddressbookAsyncObject () | |
|  Public Member Functions inherited from ilObjectGUI | |
| ilObjectGUI ($a_data, $a_id=0, $a_call_by_reference=true, $a_prepare_output=true) | |
| Constructor  public. | |
| withReferences () | |
| determines wether objects are referenced or not (got ref ids or not) | |
| setCreationMode ($a_mode=true) | |
| if true, a creation screen is displayed the current $_GET[ref_id] don't belong to the current class! the mode is determined in ilrepositorygui | |
| getCreationMode () | |
| get creation mode | |
| getAdminTabs (&$tabs_gui) | |
| administration tabs show only permissions and trash folder | |
| getHTML () | |
| undeleteObject () | |
| Get objects back from trash. | |
| confirmedDeleteObject () | |
| confirmed deletion of object -> objects are moved to trash or deleted immediately, if trash is disabled | |
| cancelDeleteObject () | |
| cancel deletion of object | |
| removeFromSystemObject () | |
| remove objects from trash bin and all entries therefore every object needs a specific deleteObject() method | |
| createObject () | |
| create new object form | |
| cancelObject ($in_rep=false) | |
| cancel action and go back to previous page  public | |
| editObject () | |
| edit object | |
| updateObject () | |
| updates object entry in object_data | |
| getFormAction ($a_cmd, $a_formaction="") | |
| get form action for command (command is method name without "Object", e.g. | |
| isVisible ($a_ref_id, $a_type) | |
| deleteObject ($a_error=false) | |
| Display deletion confirmation screen. | |
| trashObject () | |
| Show trash content of object. | |
| getTemplateFile ($a_cmd, $a_type="") | |
| get a template blockfile format: tpl. | |
| cloneAllObject () | |
| Clone single (not container object) Method is overwritten in ilContainerGUI. | |
| copyWizardHasOptions ($a_mode) | |
| Check if there is any modules specific option. | |
| Data Fields | |
| $target_script = "adm_object.php" | |
| $in_module = false | |
|  Data Fields inherited from ilObjectGUI | |
| const | COPY_WIZARD_NEEDS_PAGE = 1 | 
| $ilias | |
| $objDefinition | |
| $tpl | |
| $tree | |
| $lng | |
| $data | |
| $object | |
| $ref_id | |
| $obj_id | |
| $maxcount | |
| $formaction | |
| $return_location | |
| $target_frame | |
| $tab_target_script | |
| $actions | |
| $sub_objects | |
| $omit_locator = false | |
| Private Member Functions | |
| __showInputAreas () | |
| __showAdminAddRoomSelect () | |
| __showAdminRoomSelect () | |
| __loadStylesheet ($expires=false) | |
| __getColorSelect () | |
| __getFontType () | |
| __getFontFace () | |
| __formatMessage () | |
| __exportRooms () | |
| __prepareOutput () | |
| __setHeader () | |
| __setLocator () | |
| __updateChatSessionAsync () | |
| fetchOnlineUsers ($active_users=array()) | |
| fetchActiveUsers () | |
| addRoomToBookmarkAsyncObject () | |
| __prepareRoomForAsyncOutput ($room) | |
| __preparePrivateRoomForAsyncOutput ($room, $ref_id) | |
| Additional Inherited Members | |
|  Protected Member Functions inherited from ilObjectGUI | |
| assignObject () | |
| prepareOutput () | |
| prepare output | |
| setTitleAndDescription () | |
| called by prepare output | |
| showUpperIcon () | |
| setTabs () | |
| set admin tabs  public | |
| setAdminTabs () | |
| set admin tabs  public | |
| setLocator () | |
| set Locator | |
| omitLocator ($a_omit=true) | |
| displayEditForm ($fields) | |
| display edit form (usually called by editObject) | |
| afterUpdate () | |
| setFormAction ($a_cmd, $a_formaction) | |
| set specific form action for command | |
| getReturnLocation ($a_cmd, $a_location="") | |
| get return location for command (command is method name without "Object", e.g. | |
| setReturnLocation ($a_cmd, $a_location) | |
| set specific return location for command | |
| getTargetFrame ($a_cmd, $a_target_frame="") | |
| get target frame for command (command is method name without "Object", e.g. | |
| setTargetFrame ($a_cmd, $a_target_frame) | |
| set specific target frame for command | |
| showPossibleSubObjects () | |
| show possible subobjects (pulldown menu) | |
| getTitlesByRefId ($a_ref_ids) | |
| get Titles of objects this method is used for error messages in methods cut/copy/paste | |
| __showButton ($a_cmd, $a_text, $a_target= '') | |
| hitsperpageObject () | |
| & | __initTableGUI () | 
| __setTableGUIBasicData (&$tbl, &$result_set, $a_from="") | |
| standard implementation for tables use 'from' variable use different initial setting of table | |
| __showClipboardTable ($a_result_set, $a_from="") | |
| redirectToRefId ($a_ref_id, $a_cmd="") | |
| redirects to (repository) view per ref id usually to a container and usually used at the end of a save/import method where the object gui type (of the new object) doesn't match with the type of the current $_GET["ref_id"] value | |
| fillCloneTemplate ($a_tpl_varname, $a_type) | |
| Fill object clone template This method can be called from any object GUI class that wants to offer object cloning. | |
| getCenterColumnHTML () | |
| Get center column. | |
| getRightColumnHTML () | |
| Display right column. | |
| setColumnSettings ($column_gui) | |
| May be overwritten in subclasses. | |
| checkPermission ($a_perm, $a_cmd="") | |
Class ilObjChatGUI.
ilObjChatGUI: ilPermissionGUI, ilPublicUserProfileGUI ilObjChatGUI: ilInfoScreenGUI, ilObjectCopyGUI
Definition at line 19 of file class.ilObjChatGUI.php.
| ilObjChatGUI::__construct | ( | $a_data, | |
| $a_id, | |||
| $a_call_by_reference = true, | |||
| $a_prepare_output = true | |||
| ) | 
Constructor public.
Definition at line 28 of file class.ilObjChatGUI.php.
References $_SESSION, $ilCtrl, ilObjectGUI\$lng, and ilObjectGUI\ilObjectGUI().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Definition at line 1674 of file class.ilObjChatGUI.php.
References $_POST, ilUtil\deliverFile(), and exportObject().
Referenced by adminRoomsObject(), and exportRoomObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 1556 of file class.ilObjChatGUI.php.
References $_GET, $_POST, $_SESSION, ilObjectGUI\$tpl, ilUtil\makeClickable(), and ilUtil\stripSlashes().
Referenced by emptyRoomAsyncObject(), and inputAsyncObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 1490 of file class.ilObjChatGUI.php.
References $_POST, and formSelect().
Referenced by __showInputAreas().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 1529 of file class.ilObjChatGUI.php.
References $_POST.
Referenced by __showInputAreas().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 1511 of file class.ilObjChatGUI.php.
References $_POST.
Referenced by __showInputAreas().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 1477 of file class.ilObjChatGUI.php.
References ilUtil\getStyleSheetLocation().
Referenced by __showInputAreas(), closeFrame(), and showUserFrameObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 1780 of file class.ilObjChatGUI.php.
References __setHeader(), __setLocator(), ilUtil\infoPanel(), and ilUtil\sendInfo().
Referenced by executeCommand().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 2787 of file class.ilObjChatGUI.php.
References $_SESSION, $ilCtrl, ilObjectGUI\$ref_id, and ilObjectFactory\getInstanceByObjId().
Referenced by fetchRooms().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 2734 of file class.ilObjChatGUI.php.
References $_GET, and $ilCtrl.
Referenced by fetchRooms().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 1802 of file class.ilObjChatGUI.php.
References ilUtil\getImagePath(), and getTabs().
Referenced by __prepareOutput().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 1819 of file class.ilObjChatGUI.php.
References $row, and ilObjectGUI\$tree.
Referenced by __prepareOutput().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 1445 of file class.ilObjChatGUI.php.
References formSelect().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Definition at line 1452 of file class.ilObjChatGUI.php.
References $_SESSION, and formSelect().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Definition at line 1240 of file class.ilObjChatGUI.php.
References $_GET, $_REQUEST, $ilCtrl, $ilSetting, __getColorSelect(), __getFontFace(), __getFontType(), __loadStylesheet(), ilUtil\sendFailure(), and ilUtil\sendInfo().
Referenced by showUserFrameObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 1963 of file class.ilObjChatGUI.php.
References $_SESSION.
Referenced by fetchActiveUsers(), fetchOnlineUsers(), and fetchRooms().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjChatGUI::_goto | ( | $a_target | ) | 
Definition at line 1859 of file class.ilObjChatGUI.php.
References $_GET, $ilErr, ilObjectGUI\$lng, ilObject\_lookupObjId(), ilObject\_lookupTitle(), exit, and ilUtil\sendFailure().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjChatGUI::addAdminLocatorItems | ( | ) | 
should be overwritten to add object specific items (repository items are preloaded)
Reimplemented from ilObjectGUI.
Definition at line 128 of file class.ilObjChatGUI.php.
References $_GET, ilObjectGUI\$tree, and ilFrameTargetInfo\_getFrame().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjChatGUI::addLocatorItems | ( | ) | 
should be overwritten to add object specific items (repository items are preloaded)
Reimplemented from ilObjectGUI.
Definition at line 1896 of file class.ilObjChatGUI.php.
References $_GET.
| ilObjChatGUI::addPrivateRoomAsyncObject | ( | ) | 
Definition at line 2421 of file class.ilObjChatGUI.php.
References $_REQUEST, $_SESSION, ilObjectGUI\$ref_id, $result, ilJsonUtil\encode(), exit, ilChatRoom\setTitle(), and ilUtil\stripSlashes().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjChatGUI::addRoomObject | ( | ) | 
Definition at line 688 of file class.ilObjChatGUI.php.
References $_POST, $_SESSION, ilUtil\sendSuccess(), ilChatRoom\setTitle(), ilUtil\stripSlashes(), and viewObject().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Definition at line 2647 of file class.ilObjChatGUI.php.
References $_REQUEST, ilObjectGUI\$lng, ilObjectGUI\$obj_id, ilObjectGUI\$ref_id, $result, ilJsonUtil\encode(), and exit.
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjChatGUI::addUserToAddressbookAsyncObject | ( | ) | 
Definition at line 2696 of file class.ilObjChatGUI.php.
References $_REQUEST, ilObjectGUI\$lng, $result, ilJsonUtil\encode(), exit, and ilObjUser\getUserIdByLogin().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjChatGUI::adminAddRoomObject | ( | ) | 
Definition at line 732 of file class.ilObjChatGUI.php.
| ilObjChatGUI::adminRoomsObject | ( | ) | 
Definition at line 413 of file class.ilObjChatGUI.php.
References $_POST, $_SESSION, __exportRooms(), ilUtil\sendFailure(), ilUtil\sendInfo(), ilUtil\sendSuccess(), ilChatRoom\setRoomId(), and viewObject().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjChatGUI::askDeleteRecordingsObject | ( | ) | 
Definition at line 839 of file class.ilObjChatGUI.php.
References $_POST, $_SESSION, ilUtil\getImagePath(), recordingsObject(), ilUtil\sendFailure(), ilUtil\sendQuestion(), and ilUtil\switchColor().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjChatGUI::blockedUsersObject | ( | ) | 
Definition at line 196 of file class.ilObjChatGUI.php.
References $ilCtrl, ilObjectGUI\$lng, ilObjectGUI\$tpl, and ilChatBlockedUsers\getBlockedUsers().
Referenced by blockUserObject(), and unblockUsersObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjChatGUI::blockUserObject | ( | ) | 
Definition at line 269 of file class.ilObjChatGUI.php.
References $_POST, $usr_id, blockedUsersObject(), ilObjUser\getUserIdByLogin(), ilUtil\sendFailure(), ilUtil\sendInfo(), and ilUtil\sendSuccess().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjChatGUI::cancelObject | ( | ) | 
| ilObjChatGUI::closeFrame | ( | ) | 
Definition at line 1404 of file class.ilObjChatGUI.php.
References __loadStylesheet(), and ilUtil\sendInfo().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjChatGUI::confirmedDeleteRoomObject | ( | ) | 
Definition at line 665 of file class.ilObjChatGUI.php.
References $_POST, $_SESSION, ilUtil\sendSuccess(), and viewObject().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjChatGUI::deleteRecordingsObject | ( | ) | 
Definition at line 898 of file class.ilObjChatGUI.php.
References $_SESSION, recordingsObject(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjChatGUI::deleteRoomAsyncObject | ( | ) | 
Definition at line 2502 of file class.ilObjChatGUI.php.
References $_GET, $_SESSION, $result, ilJsonUtil\encode(), and exit.
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjChatGUI::deleteRoomObject | ( | ) | 
Definition at line 505 of file class.ilObjChatGUI.php.
References $_GET, $_POST, $ilCtrl, ilObjectGUI\$lng, ilObjectGUI\$tpl, ilUtil\sendFailure(), ilUtil\sendInfo(), ilChatRoom\setRoomId(), and viewObject().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjChatGUI::dropAsyncObject | ( | ) | 
Definition at line 2481 of file class.ilObjChatGUI.php.
References $_GET, $result, ilJsonUtil\encode(), and exit.
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjChatGUI::emptyRoomAsyncObject | ( | ) | 
Definition at line 2332 of file class.ilObjChatGUI.php.
References $_REQUEST, $result, __formatMessage(), ilJsonUtil\encode(), and exit.
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjChatGUI::enterRoomAsyncObject | ( | ) | 
Definition at line 2307 of file class.ilObjChatGUI.php.
References $_GET, $_REQUEST, $ilCtrl, $result, ilJsonUtil\encode(), and exit.
 Here is the call graph for this function:
 Here is the call graph for this function:| & ilObjChatGUI::executeCommand | ( | ) | 
execute command
Reimplemented from ilObjectGUI.
Definition at line 47 of file class.ilObjChatGUI.php.
References $_GET, $cmd, $ret, __prepareOutput(), infoScreen(), and ilObjectGUI\prepareOutput().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjChatGUI::exportObject | ( | ) | 
Definition at line 1412 of file class.ilObjChatGUI.php.
References $filename, $ilSetting, ilObjectGUI\$lng, ilUtil\deliverData(), exit, and ilUtil\sendFailure().
Referenced by __exportRooms().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjChatGUI::exportRecordingObject | ( | ) | 
Definition at line 928 of file class.ilObjChatGUI.php.
References $_GET, ilUtil\deliverData(), exit, recordingsObject(), and ilUtil\sendFailure().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjChatGUI::exportRoomObject | ( | ) | 
Definition at line 1652 of file class.ilObjChatGUI.php.
References $_GET, $_POST, __exportRooms(), ilUtil\sendInfo(), and viewObject().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Definition at line 2066 of file class.ilObjChatGUI.php.
References $_REQUEST, $_SESSION, $ilCtrl, $new_user, $out, $user, __updateChatSessionAsync(), and ilUtil\getImagePath().
Referenced by getActiveUsersAsyncObject(), and getUpdateAsyncObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 1968 of file class.ilObjChatGUI.php.
References $_SESSION, $ilCtrl, $new_user, $out, $result, $user, __updateChatSessionAsync(), ilChatBlockedUsers\_isBlocked(), and ilUtil\getImagePath().
Referenced by getOnlineUsersAsyncObject(), and getUpdateAsyncObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjChatGUI::fetchRooms | ( | ) | 
Definition at line 2141 of file class.ilObjChatGUI.php.
References $_REQUEST, $ilCtrl, ilObjectGUI\$ref_id, $result, __preparePrivateRoomForAsyncOutput(), __prepareRoomForAsyncOutput(), __updateChatSessionAsync(), and ilChatBlockedUsers\_isBlocked().
Referenced by getCurrentRoomAsyncObject(), and getUpdateAsyncObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjChatGUI::getActiveUsersAsyncObject | ( | ) | 
Definition at line 2258 of file class.ilObjChatGUI.php.
References $out, ilJsonUtil\encode(), exit, and fetchActiveUsers().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjChatGUI::getChatViewerBlockContentObject | ( | ) | 
Definition at line 1189 of file class.ilObjChatGUI.php.
References $_REQUEST, $result, ilObjUser\_writePref(), ilJsonUtil\encode(), and exit.
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjChatGUI::getCurrentRoomAsyncObject | ( | ) | 
Definition at line 2266 of file class.ilObjChatGUI.php.
References $result, ilJsonUtil\encode(), exit, and fetchRooms().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjChatGUI::getOnlineUsersAsyncObject | ( | ) | 
Definition at line 2251 of file class.ilObjChatGUI.php.
References $out, ilJsonUtil\encode(), exit, and fetchOnlineUsers().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjChatGUI::getTabs | ( | & | $tabs_gui | ) | 
get tabs public
| object | tabs gui object | 
Reimplemented from ilObjectGUI.
Definition at line 1714 of file class.ilObjChatGUI.php.
References $_GET.
Referenced by __setHeader().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjChatGUI::getTargetScript | ( | $a_params | ) | 
Definition at line 166 of file class.ilObjChatGUI.php.
| ilObjChatGUI::getUpdateAsyncObject | ( | ) | 
Definition at line 2274 of file class.ilObjChatGUI.php.
References $_REQUEST, $ilCtrl, ilObjectGUI\$lng, $res, ilObjChat\_getPublicChatRefId(), ilChatBlockedUsers\_isBlocked(), ilJsonUtil\encode(), exit, fetchActiveUsers(), fetchOnlineUsers(), and fetchRooms().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjChatGUI::infoScreen | ( | ) | 
show information screen
Definition at line 1921 of file class.ilObjChatGUI.php.
References $_GET.
Referenced by executeCommand(), and infoScreenObject().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjChatGUI::infoScreenObject | ( | ) | 
this one is called from the info button in the repository not very nice to set cmdClass/Cmd manually, if everything works through ilCtrl in the future this may be changed
Definition at line 1911 of file class.ilObjChatGUI.php.
References infoScreen().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjChatGUI::inModule | ( | ) | 
Definition at line 176 of file class.ilObjChatGUI.php.
References $in_module.
| ilObjChatGUI::inputAsyncObject | ( | ) | 
Definition at line 2538 of file class.ilObjChatGUI.php.
References $_GET, $_REQUEST, $_SESSION, $result, __formatMessage(), ilJsonUtil\encode(), and exit.
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjChatGUI::inviteAsyncObject | ( | ) | 
Definition at line 2457 of file class.ilObjChatGUI.php.
References $_GET, $result, ilJsonUtil\encode(), and exit.
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjChatGUI::invitePDObject | ( | ) | 
Definition at line 1366 of file class.ilObjChatGUI.php.
References $_GET, ilObjUser\_lookupLogin(), ilUtil\redirect(), ilUtil\sendFailure(), ilUtil\sendSuccess(), and showFramesObject().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjChatGUI::kickUserAsyncObject | ( | ) | 
Definition at line 2364 of file class.ilObjChatGUI.php.
References $_REQUEST, $result, ilJsonUtil\encode(), and exit.
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjChatGUI::recordingsObject | ( | ) | 
Definition at line 752 of file class.ilObjChatGUI.php.
References $d, ilObjectGUI\$data, $ilCtrl, ilObjectGUI\$lng, ilDatePresentation\formatDate(), IL_CAL_UNIX, ilUtil\sendInfo(), and ilTable2GUI\setTitle().
Referenced by askDeleteRecordingsObject(), deleteRecordingsObject(), and exportRecordingObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjChatGUI::refreshRoomObject | ( | ) | 
Definition at line 546 of file class.ilObjChatGUI.php.
References $_GET, $_POST, ilObjectGUI\$lng, ilUtil\sendFailure(), ilUtil\sendInfo(), ilUtil\sendSuccess(), and viewObject().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjChatGUI::renameObject | ( | ) | 
Definition at line 583 of file class.ilObjChatGUI.php.
References $_GET, $ilCtrl, ilObjectGUI\$lng, ilObjectGUI\$tpl, ilUtil\sendFailure(), ilUtil\sendInfo(), ilChatRoom\setRoomId(), ilTextInputGUI\setValue(), and viewObject().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjChatGUI::renameRoomObject | ( | ) | 
Definition at line 711 of file class.ilObjChatGUI.php.
References $_POST, ilUtil\sendSuccess(), ilChatRoom\setRoomId(), ilUtil\stripSlashes(), and viewObject().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjChatGUI::saveObject | ( | ) | 
save object
public
Reimplemented from ilObjectGUI.
Definition at line 181 of file class.ilObjChatGUI.php.
References ilObjChat\_lookupModeratorRole(), ilObjectGUI\getReturnLocation(), and ilUtil\redirect().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjChatGUI::setInModule | ( | $in_module | ) | 
Definition at line 171 of file class.ilObjChatGUI.php.
References $in_module.
| ilObjChatGUI::setTargetScript | ( | $a_script | ) | 
Definition at line 161 of file class.ilObjChatGUI.php.
| ilObjChatGUI::showFramesObject | ( | ) | 
Show main chat window.
Definition at line 1011 of file class.ilObjChatGUI.php.
References $ilCtrl, exit, and showUserFrameObject().
Referenced by invitePDObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjChatGUI::showUserFrameObject | ( | ) | 
Displays main chat page.
JS-Inits (e.g. language, links, ...) are placed here.
Definition at line 1028 of file class.ilObjChatGUI.php.
References $_REQUEST, $_SESSION, $ilCtrl, $ilSetting, ilObjectGUI\$lng, __loadStylesheet(), __showInputAreas(), ilChatSmilies\_getSmilies(), ilChatBlockedUsers\_isBlocked(), exit, ilYuiUtil\initJson(), ilYuiUtil\initMenu(), ilUtil\redirect(), and ilUtil\sendFailure().
Referenced by showFramesObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjChatGUI::showUserProfileObject | ( | ) | 
Definition at line 1885 of file class.ilObjChatGUI.php.
References $_GET, $ilCtrl, ilObjectGUI\$tpl, and exit.
| ilObjChatGUI::startRecordingAsyncObject | ( | ) | 
Definition at line 2587 of file class.ilObjChatGUI.php.
References $_GET, $_REQUEST, $result, ilJsonUtil\encode(), and exit.
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjChatGUI::stopRecordingAsyncObject | ( | ) | 
Definition at line 2622 of file class.ilObjChatGUI.php.
References $_GET, $result, ilJsonUtil\encode(), and exit.
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjChatGUI::testObject | ( | ) | 
Definition at line 97 of file class.ilObjChatGUI.php.
References ilObjectGUI\$tpl, exit, and ilYuiUtil\initTreeView().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjChatGUI::unblockUsersObject | ( | ) | 
Definition at line 303 of file class.ilObjChatGUI.php.
References $_GET, $_POST, $usr_id, blockedUsersObject(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjChatGUI::unkickUserAsyncObject | ( | ) | 
Definition at line 2396 of file class.ilObjChatGUI.php.
References $_REQUEST, $result, ilJsonUtil\encode(), and exit.
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjChatGUI::viewObject | ( | ) | 
list childs of current object
public
Reimplemented from ilObjectGUI.
Definition at line 334 of file class.ilObjChatGUI.php.
References $_GET, $_SESSION, ilObjectGUI\$lng, ilChatRoom\_getCountActiveUsers(), ilChatBlockedUsers\_isBlocked(), ilUtil\sendFailure(), and ilUtil\sendInfo().
Referenced by addRoomObject(), adminRoomsObject(), confirmedDeleteRoomObject(), deleteRoomObject(), exportRoomObject(), refreshRoomObject(), renameObject(), and renameRoomObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjChatGUI::$in_module = false | 
Definition at line 22 of file class.ilObjChatGUI.php.
Referenced by inModule(), and setInModule().
| ilObjChatGUI::$target_script = "adm_object.php" | 
Definition at line 21 of file class.ilObjChatGUI.php.