ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
GUI class for personal desktop. More...
Public Member Functions | |
__construct () | |
constructor More... | |
executeCommand () | |
execute command More... | |
getStandardTemplates () | |
get standard templates More... | |
getCenterColumnHTML () | |
Display center column. More... | |
getRightColumnHTML () | |
Display right column. More... | |
getLeftColumnHTML () | |
Display left column. More... | |
prepareContentView () | |
displaySystemMessages () | |
Display system messages. More... | |
multiarray_sort ($array, $key_sort) | |
Returns the multidimenstional sorted array. More... | |
setTabs () | |
set personal desktop tabs More... | |
jumpToMemberships () | |
Jump to memberships. More... | |
jumpToSelectedItems () | |
Jump to selected items. 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 | |
const | CMD_JUMP_TO_MY_STAFF = "jumpToMyStaff" |
$tpl | |
$lng | |
$cmdClass = '' | |
Protected Member Functions | |
jumpToMyStaff () | |
Protected Attributes | |
$ctrl | |
$main_menu | |
$user | |
$error | |
$settings | |
$rbacsystem | |
$plugin_admin | |
$help | |
$action_menu | |
GUI class for personal desktop.
ilPersonalDesktopGUI: ilPersonalProfileGUI, ilBookmarkAdministrationGUI ilPersonalDesktopGUI: ilObjUserGUI, ilPDNotesGUI, ilLearningProgressGUI ilPersonalDesktopGUI: ilColumnGUI, ilPDNewsGUI, ilCalendarPresentationGUI ilPersonalDesktopGUI: ilMailSearchGUI, ilContactGUI ilPersonalDesktopGUI: ilPersonalWorkspaceGUI, ilPersonalSettingsGUI ilPersonalDesktopGUI: ilPortfolioRepositoryGUI, ilPersonalSkillsGUI, ilObjChatroomGUI ilPersonalDesktopGUI: ilMyStaffGUI ilPersonalDesktopGUI: ilBadgeProfileGUI, ilGroupUserActionsGUI
Definition at line 26 of file class.ilPersonalDesktopGUI.php.
ilPersonalDesktopGUI::__construct | ( | ) |
constructor
Definition at line 82 of file class.ilPersonalDesktopGUI.php.
References $_GET, $DIC, $GLOBALS, $ilCtrl, $ilErr, $ilUser, $lng, $tpl, array, settings(), and user().
ilPersonalDesktopGUI::__loadNextClass | ( | ) |
Definition at line 778 of file class.ilPersonalDesktopGUI.php.
References $_SESSION, and array.
Referenced by executeCommand().
ilPersonalDesktopGUI::__storeLastClass | ( | $a_class | ) |
Definition at line 793 of file class.ilPersonalDesktopGUI.php.
References $_SESSION.
Referenced by executeCommand().
ilPersonalDesktopGUI::displayHeader | ( | ) |
display header and locator
Definition at line 815 of file class.ilPersonalDesktopGUI.php.
Referenced by executeCommand().
ilPersonalDesktopGUI::displaySystemMessages | ( | ) |
Display system messages.
Definition at line 529 of file class.ilPersonalDesktopGUI.php.
ilPersonalDesktopGUI::executeCommand | ( | ) |
execute command
Definition at line 130 of file class.ilPersonalDesktopGUI.php.
References $_GET, $error, $ilErr, $ilSetting, $rbacsystem, $ret, $settings, __loadNextClass(), __storeLastClass(), displayHeader(), ilBuddySystem\getInstance(), getStandardTemplates(), ilUtil\getStyleSheetLocation(), initColumn(), ilLearningProgressBaseGUI\LP_CONTEXT_PERSONAL_DESKTOP, ilUtil\redirect(), ilUtil\sendFailure(), and setTabs().
ilPersonalDesktopGUI::getCenterColumnHTML | ( | ) |
Display center column.
Definition at line 379 of file class.ilPersonalDesktopGUI.php.
References $ctrl, $html, $ilCtrl, $plugin_admin, array, IL_COL_CENTER, IL_COL_LEFT, IL_COL_RIGHT, IL_SCREEN_SIDE, and initColumn().
Referenced by getStandardTemplates().
ilPersonalDesktopGUI::getLeftColumnHTML | ( | ) |
Display left column.
Definition at line 472 of file class.ilPersonalDesktopGUI.php.
References $ctrl, $html, $ilCtrl, $ilUser, $lng, $plugin_admin, $user, array, IL_COL_LEFT, IL_SCREEN_FULL, IL_SCREEN_SIDE, and initColumn().
Referenced by getStandardTemplates().
ilPersonalDesktopGUI::getRightColumnHTML | ( | ) |
Display right column.
Definition at line 429 of file class.ilPersonalDesktopGUI.php.
References $ctrl, $html, $ilCtrl, $ilUser, $lng, $plugin_admin, $user, array, IL_COL_RIGHT, IL_SCREEN_FULL, IL_SCREEN_SIDE, and initColumn().
Referenced by getStandardTemplates().
ilPersonalDesktopGUI::getStandardTemplates | ( | ) |
get standard templates
Definition at line 320 of file class.ilPersonalDesktopGUI.php.
References $lng, $tpl, ilAdvancedSelectionListGUI\DOWN_ARROW_DARK, getCenterColumnHTML(), ilUtil\getImagePath(), getLeftColumnHTML(), getRightColumnHTML(), ilUtil\infoPanel(), and ilBlockSetting\preloadPDBlockSettings().
Referenced by executeCommand().
ilPersonalDesktopGUI::initColumn | ( | $a_column_gui | ) |
Definition at line 803 of file class.ilPersonalDesktopGUI.php.
Referenced by executeCommand(), getCenterColumnHTML(), getLeftColumnHTML(), and getRightColumnHTML().
ilPersonalDesktopGUI::jumpToBadges | ( | ) |
Jump to badges.
Definition at line 765 of file class.ilPersonalDesktopGUI.php.
ilPersonalDesktopGUI::jumpToBookmarks | ( | ) |
workaround for menu in calendar only
Definition at line 654 of file class.ilPersonalDesktopGUI.php.
References $ilSetting, $settings, ilUtil\redirect(), and ilUtil\sendFailure().
ilPersonalDesktopGUI::jumpToCalendar | ( | ) |
Jump to calendar.
Definition at line 718 of file class.ilPersonalDesktopGUI.php.
ilPersonalDesktopGUI::jumpToComments | ( | ) |
workaround for menu in calendar only
Definition at line 686 of file class.ilPersonalDesktopGUI.php.
References $ilSetting, $settings, ilUtil\redirect(), and ilUtil\sendFailure().
ilPersonalDesktopGUI::jumpToContacts | ( | ) |
ilPersonalDesktopGUI::jumpToLP | ( | ) |
workaround for menu in calendar only
Definition at line 710 of file class.ilPersonalDesktopGUI.php.
ilPersonalDesktopGUI::jumpToMemberships | ( | ) |
Jump to memberships.
Definition at line 591 of file class.ilPersonalDesktopGUI.php.
References $_GET, $GLOBALS, and user().
|
protected |
Definition at line 757 of file class.ilPersonalDesktopGUI.php.
ilPersonalDesktopGUI::jumpToNews | ( | ) |
workaround for menu in calendar only
Definition at line 702 of file class.ilPersonalDesktopGUI.php.
ilPersonalDesktopGUI::jumpToNotes | ( | ) |
workaround for menu in calendar only
Definition at line 670 of file class.ilPersonalDesktopGUI.php.
References $ilSetting, $settings, ilUtil\redirect(), and ilUtil\sendFailure().
ilPersonalDesktopGUI::jumpToPortfolio | ( | ) |
Definition at line 624 of file class.ilPersonalDesktopGUI.php.
ilPersonalDesktopGUI::jumpToProfile | ( | ) |
workaround for menu in calendar only
Definition at line 619 of file class.ilPersonalDesktopGUI.php.
ilPersonalDesktopGUI::jumpToSelectedItems | ( | ) |
Jump to selected items.
Definition at line 605 of file class.ilPersonalDesktopGUI.php.
References $_GET, $GLOBALS, and user().
ilPersonalDesktopGUI::jumpToSettings | ( | ) |
workaround for menu in calendar only
Definition at line 646 of file class.ilPersonalDesktopGUI.php.
ilPersonalDesktopGUI::jumpToSkills | ( | ) |
Jump to personal skills.
Definition at line 773 of file class.ilPersonalDesktopGUI.php.
ilPersonalDesktopGUI::jumpToWorkspace | ( | ) |
Jump to personal workspace.
Definition at line 734 of file class.ilPersonalDesktopGUI.php.
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 546 of file class.ilPersonalDesktopGUI.php.
References $i, $keys, $m, $n, $output, and $s.
ilPersonalDesktopGUI::prepareContentView | ( | ) |
Definition at line 512 of file class.ilPersonalDesktopGUI.php.
References ilUtil\getImagePath(), and ilUtil\infoPanel().
ilPersonalDesktopGUI::setTabs | ( | ) |
set personal desktop tabs
Definition at line 581 of file class.ilPersonalDesktopGUI.php.
References $help.
Referenced by executeCommand().
|
protected |
Definition at line 77 of file class.ilPersonalDesktopGUI.php.
ilPersonalDesktopGUI::$cmdClass = '' |
Definition at line 72 of file class.ilPersonalDesktopGUI.php.
|
protected |
Definition at line 32 of file class.ilPersonalDesktopGUI.php.
Referenced by getCenterColumnHTML(), getLeftColumnHTML(), and getRightColumnHTML().
|
protected |
Definition at line 47 of file class.ilPersonalDesktopGUI.php.
Referenced by executeCommand().
|
protected |
Definition at line 67 of file class.ilPersonalDesktopGUI.php.
Referenced by setTabs().
ilPersonalDesktopGUI::$lng |
Definition at line 70 of file class.ilPersonalDesktopGUI.php.
Referenced by __construct(), getLeftColumnHTML(), getRightColumnHTML(), and getStandardTemplates().
|
protected |
Definition at line 37 of file class.ilPersonalDesktopGUI.php.
|
protected |
Definition at line 62 of file class.ilPersonalDesktopGUI.php.
Referenced by getCenterColumnHTML(), getLeftColumnHTML(), and getRightColumnHTML().
|
protected |
Definition at line 57 of file class.ilPersonalDesktopGUI.php.
Referenced by executeCommand().
|
protected |
Definition at line 52 of file class.ilPersonalDesktopGUI.php.
Referenced by executeCommand(), jumpToBookmarks(), jumpToComments(), and jumpToNotes().
ilPersonalDesktopGUI::$tpl |
Definition at line 69 of file class.ilPersonalDesktopGUI.php.
Referenced by __construct(), and getStandardTemplates().
|
protected |
Definition at line 42 of file class.ilPersonalDesktopGUI.php.
Referenced by getLeftColumnHTML(), and getRightColumnHTML().
const ilPersonalDesktopGUI::CMD_JUMP_TO_MY_STAFF = "jumpToMyStaff" |
Definition at line 28 of file class.ilPersonalDesktopGUI.php.
Referenced by ilUserUtil\getStartingPointAsUrl(), and ilMainMenuGUI\renderEntry().