|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Collaboration diagram for ilDashboardGUI: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 () | |
| 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... | |
| 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... | |
| 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" |
| const | DISENGAGE_MAINBAR = "dash_mb_disengage" |
| $tpl | |
| $lng | |
| $cmdClass = '' | |
Protected Member Functions | |
| jumpToMyStaff () | |
| toggleHelp () | |
| Temporary workaround for toggling the help. More... | |
| getMainContent () | |
| Get main content. More... | |
| renderFavourites () | |
| Render favourites. More... | |
| renderRecommendedContent () | |
| Render recommended content. More... | |
| renderStudyProgrammes () | |
| Render study programmes. More... | |
| renderMemberships () | |
| Render memberships. More... | |
| renderLearningSequences () | |
| Render learning sequences. More... | |
Protected Attributes | |
| $ctrl | |
| $main_menu | |
| $user | |
| $error | |
| $settings | |
| $rbacsystem | |
| $plugin_admin | |
| $help | |
| $action_menu | |
Dashboard UI.
@ilCtrl_Calls ilDashboardGUI: ilPersonalProfileGUI @ilCtrl_Calls ilDashboardGUI: ilObjUserGUI, ilPDNotesGUI @ilCtrl_Calls ilDashboardGUI: ilColumnGUI, ilPDNewsGUI, ilCalendarPresentationGUI @ilCtrl_Calls ilDashboardGUI: ilMailSearchGUI, ilContactGUI @ilCtrl_Calls ilDashboardGUI: ilPersonalWorkspaceGUI, ilPersonalSettingsGUI @ilCtrl_Calls ilDashboardGUI: ilPortfolioRepositoryGUI, ilObjChatroomGUI @ilCtrl_Calls ilDashboardGUI: ilMyStaffGUI @ilCtrl_Calls ilDashboardGUI: ilGroupUserActionsGUI, ilAchievementsGUI @ilCtrl_Calls ilDashboardGUI: ilPDSelectedItemsBlockGUI, ilPDMembershipBlockGUI, ilDashboardRecommendedContentGUI, ilStudyProgrammeDashboardViewGUI
Definition at line 26 of file class.ilDashboardGUI.php.
| ilDashboardGUI::__construct | ( | ) |
constructor
Definition at line 85 of file class.ilDashboardGUI.php.
References $_GET, $DIC, $GLOBALS, $ilErr, $ilUser, $lng, $tpl, ANONYMOUS_USER_ID, error(), help(), settings(), and user().
Here is the call graph for this function:| ilDashboardGUI::__loadNextClass | ( | ) |
Definition at line 754 of file class.ilDashboardGUI.php.
References $_SESSION.
Referenced by executeCommand().
Here is the caller graph for this function:| ilDashboardGUI::__storeLastClass | ( | $a_class | ) |
Definition at line 768 of file class.ilDashboardGUI.php.
References $_SESSION.
Referenced by executeCommand().
Here is the caller graph for this function:| ilDashboardGUI::displayHeader | ( | ) |
display header and locator
Definition at line 786 of file class.ilDashboardGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilDashboardGUI::executeCommand | ( | ) |
execute command
Definition at line 134 of file class.ilDashboardGUI.php.
References $_GET, $context, $DIC, $error, $ilErr, $ilSetting, $rbacsystem, $ret, $settings, __loadNextClass(), __storeLastClass(), displayHeader(), ilBuddySystem\getInstance(), getStandardTemplates(), initColumn(), ilUtil\redirect(), ilUtil\sendFailure(), setTabs(), and show().
Here is the call graph for this function:| ilDashboardGUI::getCenterColumnHTML | ( | ) |
Display center column.
Definition at line 377 of file class.ilDashboardGUI.php.
References $ctrl, $plugin_admin, getMainContent(), IL_COL_CENTER, IL_COL_LEFT, IL_COL_RIGHT, IL_SCREEN_SIDE, and initColumn().
Here is the call graph for this function:| ilDashboardGUI::getLeftColumnHTML | ( | ) |
Display left column.
Definition at line 471 of file class.ilDashboardGUI.php.
References $ctrl, $ilUser, $lng, $plugin_admin, $user, IL_COL_LEFT, IL_SCREEN_FULL, IL_SCREEN_SIDE, and initColumn().
Here is the call graph for this function:
|
protected |
Get main content.
Definition at line 809 of file class.ilDashboardGUI.php.
References $settings, $tpl, renderFavourites(), renderLearningSequences(), renderMemberships(), renderRecommendedContent(), renderStudyProgrammes(), and user().
Referenced by getCenterColumnHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDashboardGUI::getRightColumnHTML | ( | ) |
Display right column.
Definition at line 428 of file class.ilDashboardGUI.php.
References $ctrl, $ilUser, $lng, $plugin_admin, $user, IL_COL_RIGHT, IL_SCREEN_FULL, IL_SCREEN_SIDE, and initColumn().
Here is the call graph for this function:| ilDashboardGUI::getStandardTemplates | ( | ) |
get standard templates
Definition at line 322 of file class.ilDashboardGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilDashboardGUI::initColumn | ( | $a_column_gui | ) |
Definition at line 778 of file class.ilDashboardGUI.php.
Referenced by executeCommand(), getCenterColumnHTML(), getLeftColumnHTML(), and getRightColumnHTML().
Here is the caller graph for this function:| ilDashboardGUI::jumpToBadges | ( | ) |
Jump to badges.
Definition at line 741 of file class.ilDashboardGUI.php.
| ilDashboardGUI::jumpToCalendar | ( | ) |
Jump to calendar.
Definition at line 689 of file class.ilDashboardGUI.php.
References $DIC.
| ilDashboardGUI::jumpToComments | ( | ) |
workaround for menu in calendar only
Definition at line 657 of file class.ilDashboardGUI.php.
References $ilSetting, $settings, ilUtil\redirect(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilDashboardGUI::jumpToLP | ( | ) |
workaround for menu in calendar only
Definition at line 681 of file class.ilDashboardGUI.php.
| ilDashboardGUI::jumpToMemberships | ( | ) |
Jump to memberships.
Definition at line 578 of file class.ilDashboardGUI.php.
References $_GET, $GLOBALS, and user().
Here is the call graph for this function:
|
protected |
Definition at line 733 of file class.ilDashboardGUI.php.
| ilDashboardGUI::jumpToNews | ( | ) |
workaround for menu in calendar only
Definition at line 673 of file class.ilDashboardGUI.php.
| ilDashboardGUI::jumpToNotes | ( | ) |
workaround for menu in calendar only
Definition at line 641 of file class.ilDashboardGUI.php.
References $ilSetting, $settings, ilUtil\redirect(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilDashboardGUI::jumpToPortfolio | ( | ) |
Definition at line 610 of file class.ilDashboardGUI.php.
References $_GET.
| ilDashboardGUI::jumpToProfile | ( | ) |
workaround for menu in calendar only
Definition at line 605 of file class.ilDashboardGUI.php.
| ilDashboardGUI::jumpToSelectedItems | ( | ) |
Jump to selected items.
Definition at line 592 of file class.ilDashboardGUI.php.
References $_GET, $GLOBALS, show(), and user().
Here is the call graph for this function:| ilDashboardGUI::jumpToSettings | ( | ) |
workaround for menu in calendar only
Definition at line 632 of file class.ilDashboardGUI.php.
| ilDashboardGUI::jumpToSkills | ( | ) |
Jump to personal skills.
Definition at line 749 of file class.ilDashboardGUI.php.
| ilDashboardGUI::jumpToWorkspace | ( | ) |
Jump to personal workspace.
Definition at line 710 of file class.ilDashboardGUI.php.
| ilDashboardGUI::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 533 of file class.ilDashboardGUI.php.
| ilDashboardGUI::prepareContentView | ( | ) |
Definition at line 511 of file class.ilDashboardGUI.php.
References ilUtil\getImagePath(), and ilUtil\infoPanel().
Here is the call graph for this function:
|
protected |
Render favourites.
Definition at line 834 of file class.ilDashboardGUI.php.
Referenced by getMainContent().
Here is the caller graph for this function:
|
protected |
Render learning sequences.
Definition at line 878 of file class.ilDashboardGUI.php.
Referenced by getMainContent().
Here is the caller graph for this function:
|
protected |
Render memberships.
Definition at line 867 of file class.ilDashboardGUI.php.
Referenced by getMainContent().
Here is the caller graph for this function:
|
protected |
Render recommended content.
Definition at line 845 of file class.ilDashboardGUI.php.
Referenced by getMainContent().
Here is the caller graph for this function:
|
protected |
Render study programmes.
Definition at line 856 of file class.ilDashboardGUI.php.
References ilStudyProgrammeDIC\dic().
Referenced by getMainContent().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDashboardGUI::setTabs | ( | ) |
set personal desktop tabs
Definition at line 568 of file class.ilDashboardGUI.php.
References $help.
Referenced by executeCommand().
Here is the caller graph for this function:
|
protected |
Temporary workaround for toggling the help.
Definition at line 794 of file class.ilDashboardGUI.php.
References ilSession\get(), and ilSession\set().
Here is the call graph for this function:
|
protected |
Definition at line 80 of file class.ilDashboardGUI.php.
| ilDashboardGUI::$cmdClass = '' |
Definition at line 75 of file class.ilDashboardGUI.php.
|
protected |
Definition at line 35 of file class.ilDashboardGUI.php.
Referenced by getCenterColumnHTML(), getLeftColumnHTML(), and getRightColumnHTML().
|
protected |
Definition at line 50 of file class.ilDashboardGUI.php.
Referenced by executeCommand().
|
protected |
Definition at line 70 of file class.ilDashboardGUI.php.
Referenced by setTabs().
| ilDashboardGUI::$lng |
Definition at line 73 of file class.ilDashboardGUI.php.
Referenced by __construct(), getLeftColumnHTML(), and getRightColumnHTML().
|
protected |
Definition at line 40 of file class.ilDashboardGUI.php.
|
protected |
Definition at line 65 of file class.ilDashboardGUI.php.
Referenced by getCenterColumnHTML(), getLeftColumnHTML(), and getRightColumnHTML().
|
protected |
Definition at line 60 of file class.ilDashboardGUI.php.
Referenced by executeCommand().
|
protected |
Definition at line 55 of file class.ilDashboardGUI.php.
Referenced by executeCommand(), getMainContent(), jumpToComments(), and jumpToNotes().
| ilDashboardGUI::$tpl |
Definition at line 72 of file class.ilDashboardGUI.php.
Referenced by __construct(), and getMainContent().
|
protected |
Definition at line 45 of file class.ilDashboardGUI.php.
Referenced by getLeftColumnHTML(), and getRightColumnHTML().
| const ilDashboardGUI::CMD_JUMP_TO_MY_STAFF = "jumpToMyStaff" |
Definition at line 28 of file class.ilDashboardGUI.php.
| const ilDashboardGUI::DISENGAGE_MAINBAR = "dash_mb_disengage" |
Definition at line 30 of file class.ilDashboardGUI.php.
Referenced by DashboardLayoutProvider\getMainBarModification().