|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
GUI class for personal desktop. More...
Collaboration diagram for ilPersonalDesktopGUI:Public Member Functions | |
| __construct () | |
| constructor More... | |
| executeCommand () | |
| execute command More... | |
| redirect () | |
| directly redirects a call More... | |
| getStandardTemplates () | |
| get standard templates More... | |
| getCenterColumnHTML () | |
| Display center column. More... | |
| getRightColumnHTML () | |
| Display right column. More... | |
| getLeftColumnHTML () | |
| Display left column. More... | |
| prepareContentView () | |
| removeMember () | |
| copied from usr_personaldesktop.php More... | |
| displaySystemMessages () | |
| Display system messages. More... | |
| multiarray_sort ($array, $key_sort) | |
| Returns the multidimenstional sorted array. More... | |
| setTabs () | |
| set personal desktop tabs More... | |
| jumpToProfile () | |
| workaround for menu in calendar only More... | |
| jumpToPortfolio () | |
| jumpToSettings () | |
| workaround for menu in calendar only More... | |
| jumpToBookmarks () | |
| workaround for menu in calendar only More... | |
| jumpToNotes () | |
| workaround for menu in calendar only More... | |
| jumpToComments () | |
| workaround for menu in calendar only More... | |
| jumpToNews () | |
| workaround for menu in calendar only More... | |
| jumpToLP () | |
| workaround for menu in calendar only More... | |
| jumpToCalendar () | |
| Jump to calendar. More... | |
| jumpToContacts () | |
| Jump to contacts. More... | |
| jumpToWorkspace () | |
| Jump to personal workspace. More... | |
| jumpToBadges () | |
| Jump to badges. More... | |
| jumpToSkills () | |
| Jump to personal skills. More... | |
| __loadNextClass () | |
| __storeLastClass ($a_class) | |
| initColumn ($a_column_gui) | |
| displayHeader () | |
| display header and locator More... | |
Data Fields | |
| $tpl | |
| $lng | |
| $ilias | |
| $cmdClass = '' | |
Protected Attributes | |
| $action_menu | |
GUI class for personal desktop.
@ilCtrl_Calls ilPersonalDesktopGUI: ilPersonalProfileGUI, ilBookmarkAdministrationGUI @ilCtrl_Calls ilPersonalDesktopGUI: ilObjUserGUI, ilPDNotesGUI, ilLearningProgressGUI @ilCtrl_Calls ilPersonalDesktopGUI: ilColumnGUI, ilPDNewsGUI, ilCalendarPresentationGUI @ilCtrl_Calls ilPersonalDesktopGUI: ilMailSearchGUI, ilContactGUI @ilCtrl_Calls ilPersonalDesktopGUI: ilPersonalWorkspaceGUI, ilPersonalSettingsGUI @ilCtrl_Calls ilPersonalDesktopGUI: ilPortfolioRepositoryGUI, ilPersonalSkillsGUI, ilObjChatroomGUI @ilCtrl_Calls ilPersonalDesktopGUI: ilBadgeProfileGUI
Definition at line 25 of file class.ilPersonalDesktopGUI.php.
| ilPersonalDesktopGUI::__construct | ( | ) |
constructor
Definition at line 41 of file class.ilPersonalDesktopGUI.php.
References $_GET, $GLOBALS, $ilCtrl, $ilias, $ilUser, $lng, and $tpl.
| ilPersonalDesktopGUI::__loadNextClass | ( | ) |
Definition at line 760 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 778 of file class.ilPersonalDesktopGUI.php.
References $_SESSION.
Referenced by executeCommand().
Here is the caller graph for this function:| ilPersonalDesktopGUI::displayHeader | ( | ) |
display header and locator
Definition at line 801 of file class.ilPersonalDesktopGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilPersonalDesktopGUI::displaySystemMessages | ( | ) |
Display system messages.
Definition at line 503 of file class.ilPersonalDesktopGUI.php.
| ilPersonalDesktopGUI::executeCommand | ( | ) |
execute command
Definition at line 75 of file class.ilPersonalDesktopGUI.php.
References $_GET, $cmd, $ilErr, $ilSetting, $ret, __loadNextClass(), __storeLastClass(), displayHeader(), ilBuddySystem\getInstance(), getStandardTemplates(), ilUtil\getStyleSheetLocation(), initColumn(), ilLearningProgressBaseGUI\LP_CONTEXT_PERSONAL_DESKTOP, ilUtil\redirect(), redirect(), ilUtil\sendFailure(), setTabs(), and show().
Here is the call graph for this function:| ilPersonalDesktopGUI::getCenterColumnHTML | ( | ) |
Display center column.
Definition at line 332 of file class.ilPersonalDesktopGUI.php.
References $html, $ilCtrl, IL_COL_CENTER, IL_COL_LEFT, IL_COL_RIGHT, IL_SCREEN_SIDE, and initColumn().
Here is the call graph for this function:| ilPersonalDesktopGUI::getLeftColumnHTML | ( | ) |
Display left column.
Definition at line 432 of file class.ilPersonalDesktopGUI.php.
References $html, $ilCtrl, $ilUser, $lng, IL_COL_LEFT, IL_SCREEN_FULL, IL_SCREEN_SIDE, and initColumn().
Here is the call graph for this function:| ilPersonalDesktopGUI::getRightColumnHTML | ( | ) |
Display right column.
Definition at line 389 of file class.ilPersonalDesktopGUI.php.
References $html, $ilCtrl, $ilUser, $lng, IL_COL_RIGHT, IL_SCREEN_FULL, IL_SCREEN_SIDE, and initColumn().
Here is the call graph for this function:| ilPersonalDesktopGUI::getStandardTemplates | ( | ) |
get standard templates
Definition at line 273 of file class.ilPersonalDesktopGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilPersonalDesktopGUI::initColumn | ( | $a_column_gui | ) |
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::jumpToBadges | ( | ) |
Jump to badges.
Definition at line 747 of file class.ilPersonalDesktopGUI.php.
| ilPersonalDesktopGUI::jumpToBookmarks | ( | ) |
workaround for menu in calendar only
Definition at line 644 of file class.ilPersonalDesktopGUI.php.
References ilUtil\redirect(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilPersonalDesktopGUI::jumpToCalendar | ( | ) |
Jump to calendar.
Definition at line 705 of file class.ilPersonalDesktopGUI.php.
| ilPersonalDesktopGUI::jumpToComments | ( | ) |
workaround for menu in calendar only
Definition at line 674 of file class.ilPersonalDesktopGUI.php.
References ilUtil\redirect(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilPersonalDesktopGUI::jumpToContacts | ( | ) |
Jump to contacts.
Definition at line 713 of file class.ilPersonalDesktopGUI.php.
| ilPersonalDesktopGUI::jumpToLP | ( | ) |
workaround for menu in calendar only
Definition at line 697 of file class.ilPersonalDesktopGUI.php.
| ilPersonalDesktopGUI::jumpToNews | ( | ) |
workaround for menu in calendar only
Definition at line 689 of file class.ilPersonalDesktopGUI.php.
| ilPersonalDesktopGUI::jumpToNotes | ( | ) |
workaround for menu in calendar only
Definition at line 659 of file class.ilPersonalDesktopGUI.php.
References ilUtil\redirect(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilPersonalDesktopGUI::jumpToPortfolio | ( | ) |
Definition at line 610 of file class.ilPersonalDesktopGUI.php.
| ilPersonalDesktopGUI::jumpToProfile | ( | ) |
workaround for menu in calendar only
Definition at line 605 of file class.ilPersonalDesktopGUI.php.
| ilPersonalDesktopGUI::jumpToSettings | ( | ) |
workaround for menu in calendar only
Definition at line 636 of file class.ilPersonalDesktopGUI.php.
| ilPersonalDesktopGUI::jumpToSkills | ( | ) |
Jump to personal skills.
Definition at line 755 of file class.ilPersonalDesktopGUI.php.
| ilPersonalDesktopGUI::jumpToWorkspace | ( | ) |
Jump to personal workspace.
Definition at line 721 of file class.ilPersonalDesktopGUI.php.
References $cmd.
| 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 @access public |
Definition at line 520 of file class.ilPersonalDesktopGUI.php.
| ilPersonalDesktopGUI::prepareContentView | ( | ) |
Definition at line 472 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 255 of file class.ilPersonalDesktopGUI.php.
References $_GET, and ilUtil\redirect().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPersonalDesktopGUI::removeMember | ( | ) |
copied from usr_personaldesktop.php
Definition at line 490 of file class.ilPersonalDesktopGUI.php.
References show().
Here is the call graph for this function:| ilPersonalDesktopGUI::setTabs | ( | ) |
set personal desktop tabs
Definition at line 555 of file class.ilPersonalDesktopGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:
|
protected |
Definition at line 36 of file class.ilPersonalDesktopGUI.php.
| ilPersonalDesktopGUI::$cmdClass = '' |
Definition at line 31 of file class.ilPersonalDesktopGUI.php.
| ilPersonalDesktopGUI::$ilias |
Definition at line 29 of file class.ilPersonalDesktopGUI.php.
Referenced by __construct().
| ilPersonalDesktopGUI::$lng |
Definition at line 28 of file class.ilPersonalDesktopGUI.php.
Referenced by __construct(), getLeftColumnHTML(), and getRightColumnHTML().
| ilPersonalDesktopGUI::$tpl |
Definition at line 27 of file class.ilPersonalDesktopGUI.php.
Referenced by __construct().