|
ILIAS
Release_4_2_x_branch Revision 61807
|
GUI class for personal desktop. More...
Collaboration diagram for ilPersonalDesktopGUI:Public Member Functions | |
| ilPersonalDesktopGUI () | |
| constructor | |
| & | executeCommand () |
| execute command | |
| redirect () | |
| directly redirects a call | |
| getStandardTemplates () | |
| get standard templates | |
| getTreeModeTemplates () | |
| get tree mode templates | |
| show () | |
| show desktop | |
| getCenterColumnHTML () | |
| Display center column. | |
| getRightColumnHTML () | |
| Display right column. | |
| getLeftColumnHTML () | |
| Display left column. | |
| prepareContentView () | |
| removeMember () | |
| copied from usr_personaldesktop.php | |
| displaySystemMessages () | |
| Display system messages. | |
| displayFeedback () | |
| Display Links for Feedback. | |
| multiarray_sort ($array, $key_sort) | |
| Returns the multidimenstional sorted array. | |
| setTabs () | |
| set personal desktop tabs | |
| jumpToMemberships () | |
| Jump to memberships. | |
| jumpToSelectedItems () | |
| Jump to selected items. | |
| jumpToProfile () | |
| workaround for menu in calendar only | |
| jumpToPortfolio () | |
| workaround for menu in calendar only | |
| jumpToSettings () | |
| workaround for menu in calendar only | |
| jumpToBookmarks () | |
| workaround for menu in calendar only | |
| jumpToNotes () | |
| workaround for menu in calendar only | |
| jumpToNews () | |
| workaround for menu in calendar only | |
| jumpToLP () | |
| workaround for menu in calendar only | |
| jumpToCalendar () | |
| Jump to calendar. | |
| jumpToContacts () | |
| Jump to contacts. | |
| jumpToWorkspace () | |
| Jump to personal workspace. | |
| jumpToSkills () | |
| Jump to personal skills. | |
| __loadNextClass () | |
| __storeLastClass ($a_class) | |
| initColumn ($a_column_gui) | |
| Init ilColumnGUI. | |
| displayHeader () | |
| display header and locator | |
Data Fields | |
| $tpl | |
| $lng | |
| $ilias | |
| $cmdClass = '' | |
GUI class for personal desktop.
ilPersonalDesktopGUI: ilPersonalProfileGUI, ilBookmarkAdministrationGUI ilPersonalDesktopGUI: ilObjUserGUI, ilPDNotesGUI, ilLearningProgressGUI, ilFeedbackGUI ilPersonalDesktopGUI: ilColumnGUI, ilPDNewsGUI, ilCalendarPresentationGUI ilPersonalDesktopGUI: ilMailSearchGUI, ilMailAddressbookGUI ilPersonalDesktopGUI: ilPersonalWorkspaceGUI, ilPersonalSettingsGUI ilPersonalDesktopGUI: ilObjPortfolioGUI, ilPersonalSkillsGUI
Definition at line 23 of file class.ilPersonalDesktopGUI.php.
| ilPersonalDesktopGUI::__loadNextClass | ( | ) |
Definition at line 761 of file class.ilPersonalDesktopGUI.php.
References $_SESSION.
Referenced by executeCommand().
Here is the caller graph for this function:| ilPersonalDesktopGUI::__storeLastClass | ( | $a_class | ) |
Definition at line 779 of file class.ilPersonalDesktopGUI.php.
References $_SESSION.
Referenced by executeCommand().
Here is the caller graph for this function:| ilPersonalDesktopGUI::displayFeedback | ( | ) |
Display Links for Feedback.
Definition at line 534 of file class.ilPersonalDesktopGUI.php.
| ilPersonalDesktopGUI::displayHeader | ( | ) |
display header and locator
Definition at line 800 of file class.ilPersonalDesktopGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilPersonalDesktopGUI::displaySystemMessages | ( | ) |
Display system messages.
Definition at line 523 of file class.ilPersonalDesktopGUI.php.
| & ilPersonalDesktopGUI::executeCommand | ( | ) |
execute command
Definition at line 63 of file class.ilPersonalDesktopGUI.php.
References $_GET, $cmd, $ilSetting, $ret, __loadNextClass(), __storeLastClass(), displayHeader(), ilUtil\getImagePath(), ilMailGlobalServices\getMailObjectRefId(), getStandardTemplates(), ilUtil\getStyleSheetLocation(), getTreeModeTemplates(), initColumn(), LP_MODE_PERSONAL_DESKTOP, redirect(), ilUtil\sendFailure(), setTabs(), and show().
Here is the call graph for this function:| ilPersonalDesktopGUI::getCenterColumnHTML | ( | ) |
Display center column.
Definition at line 349 of file class.ilPersonalDesktopGUI.php.
References $ilCtrl, IL_COL_CENTER, IL_COL_LEFT, IL_COL_RIGHT, IL_SCREEN_SIDE, and initColumn().
Referenced by show().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPersonalDesktopGUI::getLeftColumnHTML | ( | ) |
Display left column.
Definition at line 449 of file class.ilPersonalDesktopGUI.php.
References $ilCtrl, $lng, IL_COL_LEFT, IL_SCREEN_FULL, IL_SCREEN_SIDE, and initColumn().
Referenced by show().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPersonalDesktopGUI::getRightColumnHTML | ( | ) |
Display right column.
Definition at line 406 of file class.ilPersonalDesktopGUI.php.
References $ilCtrl, $lng, IL_COL_RIGHT, IL_SCREEN_FULL, IL_SCREEN_SIDE, and initColumn().
Referenced by show().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPersonalDesktopGUI::getStandardTemplates | ( | ) |
get standard templates
Definition at line 296 of file class.ilPersonalDesktopGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilPersonalDesktopGUI::getTreeModeTemplates | ( | ) |
get tree mode templates
Definition at line 307 of file class.ilPersonalDesktopGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilPersonalDesktopGUI::ilPersonalDesktopGUI | ( | ) |
constructor
Definition at line 34 of file class.ilPersonalDesktopGUI.php.
References $_GET, $_SESSION, $ilCtrl, $ilias, $lng, and $tpl.
| ilPersonalDesktopGUI::initColumn | ( | $a_column_gui | ) |
Init ilColumnGUI.
Definition at line 788 of file class.ilPersonalDesktopGUI.php.
Referenced by executeCommand(), getCenterColumnHTML(), getLeftColumnHTML(), and getRightColumnHTML().
Here is the caller graph for this function:| ilPersonalDesktopGUI::jumpToBookmarks | ( | ) |
workaround for menu in calendar only
Definition at line 668 of file class.ilPersonalDesktopGUI.php.
References redirect(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilPersonalDesktopGUI::jumpToCalendar | ( | ) |
Jump to calendar.
Definition at line 714 of file class.ilPersonalDesktopGUI.php.
| ilPersonalDesktopGUI::jumpToContacts | ( | ) |
Jump to contacts.
Definition at line 722 of file class.ilPersonalDesktopGUI.php.
| ilPersonalDesktopGUI::jumpToLP | ( | ) |
workaround for menu in calendar only
Definition at line 706 of file class.ilPersonalDesktopGUI.php.
| ilPersonalDesktopGUI::jumpToMemberships | ( | ) |
Jump to memberships.
Definition at line 598 of file class.ilPersonalDesktopGUI.php.
References $ilSetting, and show().
Here is the call graph for this function:| ilPersonalDesktopGUI::jumpToNews | ( | ) |
workaround for menu in calendar only
Definition at line 698 of file class.ilPersonalDesktopGUI.php.
| ilPersonalDesktopGUI::jumpToNotes | ( | ) |
workaround for menu in calendar only
Definition at line 683 of file class.ilPersonalDesktopGUI.php.
References redirect(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilPersonalDesktopGUI::jumpToPortfolio | ( | ) |
workaround for menu in calendar only
Definition at line 635 of file class.ilPersonalDesktopGUI.php.
| ilPersonalDesktopGUI::jumpToProfile | ( | ) |
workaround for menu in calendar only
Definition at line 627 of file class.ilPersonalDesktopGUI.php.
| ilPersonalDesktopGUI::jumpToSelectedItems | ( | ) |
Jump to selected items.
Definition at line 612 of file class.ilPersonalDesktopGUI.php.
References $ilSetting, and show().
Here is the call graph for this function:| ilPersonalDesktopGUI::jumpToSettings | ( | ) |
workaround for menu in calendar only
Definition at line 660 of file class.ilPersonalDesktopGUI.php.
| ilPersonalDesktopGUI::jumpToSkills | ( | ) |
Jump to personal skills.
Definition at line 756 of file class.ilPersonalDesktopGUI.php.
| ilPersonalDesktopGUI::jumpToWorkspace | ( | ) |
| ilPersonalDesktopGUI::multiarray_sort | ( | $array, | |
| $key_sort | |||
| ) |
Returns the multidimenstional sorted array.
Returns the multidimenstional sorted array
| array | $arrays | The array to be sorted |
| string | $key_sort | The keys on which array must be sorted public |
Definition at line 555 of file class.ilPersonalDesktopGUI.php.
References $n.
| ilPersonalDesktopGUI::prepareContentView | ( | ) |
Definition at line 489 of file class.ilPersonalDesktopGUI.php.
References ilUtil\getImagePath(), and ilUtil\infoPanel().
Here is the call graph for this function:| ilPersonalDesktopGUI::redirect | ( | ) |
directly redirects a call
Definition at line 278 of file class.ilPersonalDesktopGUI.php.
References $_GET.
Referenced by executeCommand(), jumpToBookmarks(), and jumpToNotes().
Here is the caller graph for this function:| ilPersonalDesktopGUI::removeMember | ( | ) |
copied from usr_personaldesktop.php
Definition at line 510 of file class.ilPersonalDesktopGUI.php.
References show().
Here is the call graph for this function:| ilPersonalDesktopGUI::setTabs | ( | ) |
set personal desktop tabs
Definition at line 590 of file class.ilPersonalDesktopGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilPersonalDesktopGUI::show | ( | ) |
show desktop
Definition at line 318 of file class.ilPersonalDesktopGUI.php.
References getCenterColumnHTML(), ilUtil\getImagePath(), getLeftColumnHTML(), getRightColumnHTML(), ilUtil\infoPanel(), and ilBlockSetting\preloadPDBlockSettings().
Referenced by executeCommand(), jumpToMemberships(), jumpToSelectedItems(), and removeMember().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPersonalDesktopGUI::$cmdClass = '' |
Definition at line 29 of file class.ilPersonalDesktopGUI.php.
| ilPersonalDesktopGUI::$ilias |
Definition at line 27 of file class.ilPersonalDesktopGUI.php.
Referenced by ilPersonalDesktopGUI().
| ilPersonalDesktopGUI::$lng |
Definition at line 26 of file class.ilPersonalDesktopGUI.php.
Referenced by getLeftColumnHTML(), getRightColumnHTML(), and ilPersonalDesktopGUI().
| ilPersonalDesktopGUI::$tpl |
Definition at line 25 of file class.ilPersonalDesktopGUI.php.
Referenced by ilPersonalDesktopGUI().