ILIAS
release_4-3 Revision
|
GUI class for personal desktop. More...
Public Member Functions | |
ilPersonalDesktopGUI () | |
constructor | |
& | executeCommand () |
execute command | |
redirect () | |
directly redirects a call | |
getStandardTemplates () | |
get standard templates | |
getTreeModeTemplates () | |
get tree mode templates | |
getCenterColumnHTML () | |
Display center column. | |
getRightColumnHTML () | |
Display right column. | |
getLeftColumnHTML () | |
Display left column. | |
prepareContentView () | |
removeMember () | |
copied from usr_personaldesktop.php | |
displaySystemMessages () | |
Display system messages. | |
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) | |
displayHeader () | |
display header and locator |
Data Fields | |
$tpl | |
$lng | |
$ilias | |
$cmdClass = '' |
Protected Attributes | |
$action_menu |
GUI class for personal desktop.
ilPersonalDesktopGUI: ilPersonalProfileGUI, ilBookmarkAdministrationGUI ilPersonalDesktopGUI: ilObjUserGUI, ilPDNotesGUI, ilLearningProgressGUI ilPersonalDesktopGUI: ilColumnGUI, ilPDNewsGUI, ilCalendarPresentationGUI ilPersonalDesktopGUI: ilMailSearchGUI, ilMailAddressbookGUI ilPersonalDesktopGUI: ilPersonalWorkspaceGUI, ilPersonalSettingsGUI ilPersonalDesktopGUI: ilObjPortfolioGUI, ilPersonalSkillsGUI, ilObjChatroomGUI
Definition at line 24 of file class.ilPersonalDesktopGUI.php.
ilPersonalDesktopGUI::__loadNextClass | ( | ) |
Definition at line 767 of file class.ilPersonalDesktopGUI.php.
References $_SESSION.
Referenced by executeCommand().
ilPersonalDesktopGUI::__storeLastClass | ( | $a_class | ) |
Definition at line 785 of file class.ilPersonalDesktopGUI.php.
References $_SESSION.
Referenced by executeCommand().
ilPersonalDesktopGUI::displayHeader | ( | ) |
display header and locator
Definition at line 808 of file class.ilPersonalDesktopGUI.php.
Referenced by executeCommand().
ilPersonalDesktopGUI::displaySystemMessages | ( | ) |
Display system messages.
Definition at line 542 of file class.ilPersonalDesktopGUI.php.
& ilPersonalDesktopGUI::executeCommand | ( | ) |
execute command
Definition at line 71 of file class.ilPersonalDesktopGUI.php.
References $_GET, $cmd, $ilSetting, $ilUser, $ret, __loadNextClass(), __storeLastClass(), displayHeader(), ilMailGlobalServices\getMailObjectRefId(), getStandardTemplates(), ilUtil\getStyleSheetLocation(), getTreeModeTemplates(), initColumn(), LP_MODE_PERSONAL_DESKTOP, redirect(), ilUtil\sendFailure(), and setTabs().
ilPersonalDesktopGUI::getCenterColumnHTML | ( | ) |
Display center column.
Definition at line 368 of file class.ilPersonalDesktopGUI.php.
References $ilCtrl, IL_COL_CENTER, IL_COL_LEFT, IL_COL_RIGHT, IL_SCREEN_SIDE, and initColumn().
ilPersonalDesktopGUI::getLeftColumnHTML | ( | ) |
Display left column.
Definition at line 468 of file class.ilPersonalDesktopGUI.php.
References $ilCtrl, $ilUser, $lng, IL_COL_LEFT, IL_SCREEN_FULL, IL_SCREEN_SIDE, and initColumn().
ilPersonalDesktopGUI::getRightColumnHTML | ( | ) |
Display right column.
Definition at line 425 of file class.ilPersonalDesktopGUI.php.
References $ilCtrl, $ilUser, $lng, IL_COL_RIGHT, IL_SCREEN_FULL, IL_SCREEN_SIDE, and initColumn().
ilPersonalDesktopGUI::getStandardTemplates | ( | ) |
get standard templates
Definition at line 291 of file class.ilPersonalDesktopGUI.php.
Referenced by executeCommand().
ilPersonalDesktopGUI::getTreeModeTemplates | ( | ) |
get tree mode templates
Definition at line 302 of file class.ilPersonalDesktopGUI.php.
Referenced by executeCommand().
ilPersonalDesktopGUI::ilPersonalDesktopGUI | ( | ) |
constructor
Definition at line 40 of file class.ilPersonalDesktopGUI.php.
References $_GET, $_SESSION, $ilCtrl, $ilias, $ilUser, $lng, and $tpl.
ilPersonalDesktopGUI::initColumn | ( | $a_column_gui | ) |
Definition at line 795 of file class.ilPersonalDesktopGUI.php.
Referenced by executeCommand(), getCenterColumnHTML(), getLeftColumnHTML(), and getRightColumnHTML().
ilPersonalDesktopGUI::jumpToBookmarks | ( | ) |
workaround for menu in calendar only
Definition at line 674 of file class.ilPersonalDesktopGUI.php.
References redirect(), and ilUtil\sendFailure().
ilPersonalDesktopGUI::jumpToCalendar | ( | ) |
Jump to calendar.
Definition at line 720 of file class.ilPersonalDesktopGUI.php.
ilPersonalDesktopGUI::jumpToContacts | ( | ) |
Jump to contacts.
Definition at line 728 of file class.ilPersonalDesktopGUI.php.
ilPersonalDesktopGUI::jumpToLP | ( | ) |
workaround for menu in calendar only
Definition at line 712 of file class.ilPersonalDesktopGUI.php.
ilPersonalDesktopGUI::jumpToMemberships | ( | ) |
Jump to memberships.
Definition at line 604 of file class.ilPersonalDesktopGUI.php.
References $ilSetting, and $ilUser.
ilPersonalDesktopGUI::jumpToNews | ( | ) |
workaround for menu in calendar only
Definition at line 704 of file class.ilPersonalDesktopGUI.php.
ilPersonalDesktopGUI::jumpToNotes | ( | ) |
workaround for menu in calendar only
Definition at line 689 of file class.ilPersonalDesktopGUI.php.
References redirect(), and ilUtil\sendFailure().
ilPersonalDesktopGUI::jumpToPortfolio | ( | ) |
workaround for menu in calendar only
Definition at line 641 of file class.ilPersonalDesktopGUI.php.
ilPersonalDesktopGUI::jumpToProfile | ( | ) |
workaround for menu in calendar only
Definition at line 633 of file class.ilPersonalDesktopGUI.php.
ilPersonalDesktopGUI::jumpToSelectedItems | ( | ) |
Jump to selected items.
Definition at line 618 of file class.ilPersonalDesktopGUI.php.
References $ilSetting, and $ilUser.
ilPersonalDesktopGUI::jumpToSettings | ( | ) |
workaround for menu in calendar only
Definition at line 666 of file class.ilPersonalDesktopGUI.php.
ilPersonalDesktopGUI::jumpToSkills | ( | ) |
Jump to personal skills.
Definition at line 762 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 559 of file class.ilPersonalDesktopGUI.php.
References $n.
ilPersonalDesktopGUI::prepareContentView | ( | ) |
Definition at line 508 of file class.ilPersonalDesktopGUI.php.
References ilUtil\getImagePath(), and ilUtil\infoPanel().
ilPersonalDesktopGUI::redirect | ( | ) |
directly redirects a call
Definition at line 273 of file class.ilPersonalDesktopGUI.php.
References $_GET.
Referenced by executeCommand(), jumpToBookmarks(), and jumpToNotes().
ilPersonalDesktopGUI::removeMember | ( | ) |
copied from usr_personaldesktop.php
Definition at line 529 of file class.ilPersonalDesktopGUI.php.
ilPersonalDesktopGUI::setTabs | ( | ) |
set personal desktop tabs
Definition at line 594 of file class.ilPersonalDesktopGUI.php.
Referenced by executeCommand().
|
protected |
Definition at line 35 of file class.ilPersonalDesktopGUI.php.
ilPersonalDesktopGUI::$cmdClass = '' |
Definition at line 30 of file class.ilPersonalDesktopGUI.php.
ilPersonalDesktopGUI::$ilias |
Definition at line 28 of file class.ilPersonalDesktopGUI.php.
Referenced by ilPersonalDesktopGUI().
ilPersonalDesktopGUI::$lng |
Definition at line 27 of file class.ilPersonalDesktopGUI.php.
Referenced by getLeftColumnHTML(), getRightColumnHTML(), and ilPersonalDesktopGUI().
ilPersonalDesktopGUI::$tpl |
Definition at line 26 of file class.ilPersonalDesktopGUI.php.
Referenced by ilPersonalDesktopGUI().