ILIAS
Release_4_0_x_branch Revision 61816
|
Class ilObjChatGUI. More...
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. | |
fillCloneSearchTemplate ($a_tpl_varname, $a_type) | |
Add an object search in case the number of existing objects is too big to offer a selection list. | |
searchCloneSourceObject () | |
Search clone source by title. | |
buildCloneSelect ($existing_objs) | |
Build a select box for clonable objects (permission write) | |
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().
|
private |
Definition at line 1677 of file class.ilObjChatGUI.php.
References $_POST, ilUtil\deliverFile(), and exportObject().
Referenced by adminRoomsObject(), and exportRoomObject().
|
private |
Definition at line 1559 of file class.ilObjChatGUI.php.
References $_GET, $_POST, $_SESSION, ilObjectGUI\$tpl, ilUtil\makeClickable(), and ilUtil\stripSlashes().
Referenced by emptyRoomAsyncObject(), and inputAsyncObject().
|
private |
Definition at line 1493 of file class.ilObjChatGUI.php.
References $_POST, and formSelect().
Referenced by __showInputAreas().
|
private |
Definition at line 1532 of file class.ilObjChatGUI.php.
References $_POST.
Referenced by __showInputAreas().
|
private |
Definition at line 1514 of file class.ilObjChatGUI.php.
References $_POST, $name, and $type.
Referenced by __showInputAreas().
|
private |
Definition at line 1480 of file class.ilObjChatGUI.php.
References ilUtil\getStyleSheetLocation().
Referenced by __showInputAreas(), closeFrame(), and showUserFrameObject().
|
private |
Definition at line 1778 of file class.ilObjChatGUI.php.
References __setHeader(), __setLocator(), ilUtil\infoPanel(), and ilUtil\sendInfo().
Referenced by executeCommand().
|
private |
Definition at line 2785 of file class.ilObjChatGUI.php.
References $_SESSION, $ilCtrl, ilObjectGUI\$ref_id, and ilObjectFactory\getInstanceByObjId().
Referenced by fetchRooms().
|
private |
Definition at line 2732 of file class.ilObjChatGUI.php.
References $_GET, and $ilCtrl.
Referenced by fetchRooms().
|
private |
Definition at line 1800 of file class.ilObjChatGUI.php.
References ilUtil\getImagePath(), and getTabs().
Referenced by __prepareOutput().
|
private |
Definition at line 1817 of file class.ilObjChatGUI.php.
References $key, $row, ilObjectGUI\$tree, and elseif().
Referenced by __prepareOutput().
|
private |
Definition at line 1448 of file class.ilObjChatGUI.php.
References formSelect().
|
private |
Definition at line 1455 of file class.ilObjChatGUI.php.
References $_SESSION, and formSelect().
|
private |
Definition at line 1243 of file class.ilObjChatGUI.php.
References $_GET, $ilCtrl, $ilSetting, __getColorSelect(), __getFontFace(), __getFontType(), __loadStylesheet(), elseif(), ilUtil\sendFailure(), and ilUtil\sendInfo().
Referenced by showUserFrameObject().
|
private |
Definition at line 1961 of file class.ilObjChatGUI.php.
References $_SESSION.
Referenced by fetchActiveUsers(), fetchOnlineUsers(), and fetchRooms().
ilObjChatGUI::_goto | ( | $a_target | ) |
Definition at line 1857 of file class.ilObjChatGUI.php.
References $_GET, $ilErr, ilObjectGUI\$lng, ilObject\_lookupObjId(), ilObject\_lookupTitle(), exit, and ilUtil\sendFailure().
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().
ilObjChatGUI::addLocatorItems | ( | ) |
should be overwritten to add object specific items (repository items are preloaded)
Reimplemented from ilObjectGUI.
Definition at line 1894 of file class.ilObjChatGUI.php.
References $_GET.
ilObjChatGUI::addPrivateRoomAsyncObject | ( | ) |
Definition at line 2419 of file class.ilObjChatGUI.php.
References $_SESSION, ilObjectGUI\$ref_id, $result, ilJsonUtil\encode(), exit, ilChatRoom\setTitle(), and ilUtil\stripSlashes().
ilObjChatGUI::addRoomObject | ( | ) |
Definition at line 691 of file class.ilObjChatGUI.php.
References $_POST, $_SESSION, ilUtil\sendSuccess(), ilChatRoom\setTitle(), ilUtil\stripSlashes(), and viewObject().
|
private |
Definition at line 2645 of file class.ilObjChatGUI.php.
References ilObjectGUI\$lng, ilObjectGUI\$obj_id, ilObjectGUI\$ref_id, $result, ilJsonUtil\encode(), and exit.
ilObjChatGUI::addUserToAddressbookAsyncObject | ( | ) |
Definition at line 2694 of file class.ilObjChatGUI.php.
References ilObjectGUI\$lng, $login, $result, ilJsonUtil\encode(), exit, and ilObjUser\getUserIdByLogin().
ilObjChatGUI::adminAddRoomObject | ( | ) |
Definition at line 735 of file class.ilObjChatGUI.php.
ilObjChatGUI::adminRoomsObject | ( | ) |
Definition at line 416 of file class.ilObjChatGUI.php.
References $_POST, $_SESSION, __exportRooms(), ilUtil\sendFailure(), ilUtil\sendInfo(), ilUtil\sendSuccess(), ilChatRoom\setRoomId(), and viewObject().
ilObjChatGUI::askDeleteRecordingsObject | ( | ) |
Definition at line 842 of file class.ilObjChatGUI.php.
References $_POST, $_SESSION, ilUtil\getImagePath(), recordingsObject(), ilUtil\sendFailure(), ilUtil\sendQuestion(), and ilUtil\switchColor().
ilObjChatGUI::blockedUsersObject | ( | ) |
Definition at line 199 of file class.ilObjChatGUI.php.
References $ilCtrl, ilObjectGUI\$lng, ilObjectGUI\$tpl, and ilChatBlockedUsers\getBlockedUsers().
Referenced by blockUserObject(), and unblockUsersObject().
ilObjChatGUI::blockUserObject | ( | ) |
Definition at line 272 of file class.ilObjChatGUI.php.
References $_POST, $usr_id, blockedUsersObject(), ilObjUser\getUserIdByLogin(), ilUtil\sendFailure(), ilUtil\sendInfo(), and ilUtil\sendSuccess().
ilObjChatGUI::cancelObject | ( | ) |
ilObjChatGUI::closeFrame | ( | ) |
Definition at line 1407 of file class.ilObjChatGUI.php.
References __loadStylesheet(), and ilUtil\sendInfo().
ilObjChatGUI::confirmedDeleteRoomObject | ( | ) |
Definition at line 668 of file class.ilObjChatGUI.php.
References $_POST, $_SESSION, ilUtil\sendSuccess(), and viewObject().
ilObjChatGUI::deleteRecordingsObject | ( | ) |
Definition at line 901 of file class.ilObjChatGUI.php.
References $_SESSION, recordingsObject(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
ilObjChatGUI::deleteRoomAsyncObject | ( | ) |
Definition at line 2500 of file class.ilObjChatGUI.php.
References $_GET, $_SESSION, $result, ilJsonUtil\encode(), and exit.
ilObjChatGUI::deleteRoomObject | ( | ) |
Definition at line 508 of file class.ilObjChatGUI.php.
References $_GET, $_POST, $ilCtrl, ilObjectGUI\$lng, ilObjectGUI\$tpl, ilUtil\sendFailure(), ilUtil\sendInfo(), ilChatRoom\setRoomId(), and viewObject().
ilObjChatGUI::dropAsyncObject | ( | ) |
Definition at line 2479 of file class.ilObjChatGUI.php.
References $_GET, $result, ilJsonUtil\encode(), and exit.
ilObjChatGUI::emptyRoomAsyncObject | ( | ) |
Definition at line 2330 of file class.ilObjChatGUI.php.
References $result, __formatMessage(), ilJsonUtil\encode(), and exit.
ilObjChatGUI::enterRoomAsyncObject | ( | ) |
Definition at line 2305 of file class.ilObjChatGUI.php.
References $_GET, $ilCtrl, $result, ilJsonUtil\encode(), and exit.
& 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().
ilObjChatGUI::exportObject | ( | ) |
Definition at line 1415 of file class.ilObjChatGUI.php.
References $filename, $ilSetting, ilObjectGUI\$lng, ilUtil\deliverData(), exit, and ilUtil\sendFailure().
Referenced by __exportRooms().
ilObjChatGUI::exportRecordingObject | ( | ) |
Definition at line 931 of file class.ilObjChatGUI.php.
References $_GET, ilUtil\deliverData(), exit, recordingsObject(), and ilUtil\sendFailure().
ilObjChatGUI::exportRoomObject | ( | ) |
Definition at line 1655 of file class.ilObjChatGUI.php.
References $_GET, $_POST, __exportRooms(), ilUtil\sendInfo(), and viewObject().
|
private |
Definition at line 2064 of file class.ilObjChatGUI.php.
References $_SESSION, $ilCtrl, $new_user, $out, $user, __updateChatSessionAsync(), and ilUtil\getImagePath().
Referenced by getActiveUsersAsyncObject(), and getUpdateAsyncObject().
|
private |
Definition at line 1966 of file class.ilObjChatGUI.php.
References $_SESSION, $ilCtrl, $new_user, $out, $result, $user, __updateChatSessionAsync(), ilChatBlockedUsers\_isBlocked(), and ilUtil\getImagePath().
Referenced by getOnlineUsersAsyncObject(), and getUpdateAsyncObject().
ilObjChatGUI::fetchRooms | ( | ) |
Definition at line 2139 of file class.ilObjChatGUI.php.
References $ilCtrl, ilObjectGUI\$ref_id, $result, __preparePrivateRoomForAsyncOutput(), __prepareRoomForAsyncOutput(), __updateChatSessionAsync(), and ilChatBlockedUsers\_isBlocked().
Referenced by getCurrentRoomAsyncObject(), and getUpdateAsyncObject().
ilObjChatGUI::getActiveUsersAsyncObject | ( | ) |
Definition at line 2256 of file class.ilObjChatGUI.php.
References $out, ilJsonUtil\encode(), exit, and fetchActiveUsers().
ilObjChatGUI::getChatViewerBlockContentObject | ( | ) |
Definition at line 1192 of file class.ilObjChatGUI.php.
References $result, ilObjUser\_writePref(), ilJsonUtil\encode(), and exit.
ilObjChatGUI::getCurrentRoomAsyncObject | ( | ) |
Definition at line 2264 of file class.ilObjChatGUI.php.
References $result, ilJsonUtil\encode(), exit, and fetchRooms().
ilObjChatGUI::getOnlineUsersAsyncObject | ( | ) |
Definition at line 2249 of file class.ilObjChatGUI.php.
References $out, ilJsonUtil\encode(), exit, and fetchOnlineUsers().
ilObjChatGUI::getTabs | ( | & | $tabs_gui | ) |
get tabs public
object | tabs gui object |
Reimplemented from ilObjectGUI.
Definition at line 1717 of file class.ilObjChatGUI.php.
References $_GET.
Referenced by __setHeader().
ilObjChatGUI::getTargetScript | ( | $a_params | ) |
Definition at line 166 of file class.ilObjChatGUI.php.
ilObjChatGUI::getUpdateAsyncObject | ( | ) |
Definition at line 2272 of file class.ilObjChatGUI.php.
References $ilCtrl, ilObjectGUI\$lng, $res, ilObjChat\_getPublicChatRefId(), ilChatBlockedUsers\_isBlocked(), ilJsonUtil\encode(), exit, fetchActiveUsers(), fetchOnlineUsers(), and fetchRooms().
ilObjChatGUI::infoScreen | ( | ) |
show information screen
Definition at line 1919 of file class.ilObjChatGUI.php.
References $_GET.
Referenced by executeCommand(), and infoScreenObject().
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 1909 of file class.ilObjChatGUI.php.
References infoScreen().
ilObjChatGUI::inModule | ( | ) |
Definition at line 176 of file class.ilObjChatGUI.php.
References $in_module.
ilObjChatGUI::inputAsyncObject | ( | ) |
Definition at line 2536 of file class.ilObjChatGUI.php.
References $_GET, $_SESSION, $result, __formatMessage(), ilJsonUtil\encode(), and exit.
ilObjChatGUI::inviteAsyncObject | ( | ) |
Definition at line 2455 of file class.ilObjChatGUI.php.
References $_GET, $result, ilJsonUtil\encode(), and exit.
ilObjChatGUI::invitePDObject | ( | ) |
Definition at line 1369 of file class.ilObjChatGUI.php.
References $_GET, ilObjUser\_lookupLogin(), ilUtil\redirect(), ilUtil\sendFailure(), ilUtil\sendSuccess(), and showFramesObject().
ilObjChatGUI::kickUserAsyncObject | ( | ) |
Definition at line 2362 of file class.ilObjChatGUI.php.
References $result, ilJsonUtil\encode(), and exit.
ilObjChatGUI::recordingsObject | ( | ) |
Definition at line 755 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().
ilObjChatGUI::refreshRoomObject | ( | ) |
Definition at line 549 of file class.ilObjChatGUI.php.
References $_GET, $_POST, ilObjectGUI\$lng, ilUtil\sendFailure(), ilUtil\sendInfo(), ilUtil\sendSuccess(), and viewObject().
ilObjChatGUI::renameObject | ( | ) |
Definition at line 586 of file class.ilObjChatGUI.php.
References $_GET, $ilCtrl, ilObjectGUI\$lng, ilObjectGUI\$tpl, ilUtil\sendFailure(), ilUtil\sendInfo(), ilChatRoom\setRoomId(), ilTextInputGUI\setValue(), and viewObject().
ilObjChatGUI::renameRoomObject | ( | ) |
Definition at line 714 of file class.ilObjChatGUI.php.
References $_POST, ilUtil\sendSuccess(), ilChatRoom\setRoomId(), ilUtil\stripSlashes(), and viewObject().
ilObjChatGUI::saveObject | ( | ) |
save object
public
Reimplemented from ilObjectGUI.
Definition at line 181 of file class.ilObjChatGUI.php.
References ilObjectGUI\getReturnLocation(), and ilUtil\redirect().
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 1014 of file class.ilObjChatGUI.php.
References $ilCtrl, exit, and showUserFrameObject().
Referenced by invitePDObject().
ilObjChatGUI::showUserFrameObject | ( | ) |
Displays main chat page.
JS-Inits (e.g. language, links, ...) are placed here.
Definition at line 1031 of file class.ilObjChatGUI.php.
References $_SESSION, $ilCtrl, $ilSetting, ilObjectGUI\$lng, __loadStylesheet(), __showInputAreas(), ilChatSmilies\_getSmilies(), ilChatBlockedUsers\_isBlocked(), exit, ilYuiUtil\initJson(), ilYuiUtil\initMenu(), ilUtil\redirect(), and ilUtil\sendFailure().
Referenced by showFramesObject().
ilObjChatGUI::showUserProfileObject | ( | ) |
Definition at line 1883 of file class.ilObjChatGUI.php.
References $_GET, $ilCtrl, ilObjectGUI\$tpl, and exit.
ilObjChatGUI::startRecordingAsyncObject | ( | ) |
Definition at line 2585 of file class.ilObjChatGUI.php.
References $_GET, $result, ilJsonUtil\encode(), and exit.
ilObjChatGUI::stopRecordingAsyncObject | ( | ) |
Definition at line 2620 of file class.ilObjChatGUI.php.
References $_GET, $result, ilJsonUtil\encode(), and exit.
ilObjChatGUI::testObject | ( | ) |
Definition at line 97 of file class.ilObjChatGUI.php.
References ilObjectGUI\$tpl, and exit.
ilObjChatGUI::unblockUsersObject | ( | ) |
Definition at line 306 of file class.ilObjChatGUI.php.
References $_GET, $_POST, $usr_id, blockedUsersObject(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
ilObjChatGUI::unkickUserAsyncObject | ( | ) |
Definition at line 2394 of file class.ilObjChatGUI.php.
References $result, ilJsonUtil\encode(), and exit.
ilObjChatGUI::viewObject | ( | ) |
list childs of current object
public
Reimplemented from ilObjectGUI.
Definition at line 337 of file class.ilObjChatGUI.php.
References $_GET, $_SESSION, $key, ilObjectGUI\$lng, ilChatRoom\_getCountActiveUsers(), ilChatBlockedUsers\_isBlocked(), ilUtil\sendFailure(), and ilUtil\sendInfo().
Referenced by addRoomObject(), adminRoomsObject(), confirmedDeleteRoomObject(), deleteRoomObject(), exportRoomObject(), refreshRoomObject(), renameObject(), and renameRoomObject().
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.