ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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.
ilDashboardGUI: ilPersonalProfileGUI ilDashboardGUI: ilObjUserGUI, ilPDNotesGUI ilDashboardGUI: ilColumnGUI, ilPDNewsGUI, ilCalendarPresentationGUI ilDashboardGUI: ilMailSearchGUI, ilContactGUI ilDashboardGUI: ilPersonalWorkspaceGUI, ilPersonalSettingsGUI ilDashboardGUI: ilPortfolioRepositoryGUI, ilObjChatroomGUI ilDashboardGUI: ilMyStaffGUI ilDashboardGUI: ilGroupUserActionsGUI, ilAchievementsGUI ilDashboardGUI: ilPDSelectedItemsBlockGUI, ilPDMembershipBlockGUI, ilDashboardRecommendedContentGUI, ilStudyProgrammeDashboardViewGUI
Definition at line 26 of file class.ilDashboardGUI.php.
ilDashboardGUI::__construct | ( | ) |
ilDashboardGUI::__loadNextClass | ( | ) |
Definition at line 741 of file class.ilDashboardGUI.php.
References $_SESSION.
Referenced by executeCommand().
ilDashboardGUI::__storeLastClass | ( | $a_class | ) |
Definition at line 755 of file class.ilDashboardGUI.php.
References $_SESSION.
Referenced by executeCommand().
ilDashboardGUI::displayHeader | ( | ) |
display header and locator
Definition at line 773 of file class.ilDashboardGUI.php.
Referenced by executeCommand().
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(), and setTabs().
ilDashboardGUI::getCenterColumnHTML | ( | ) |
Display center column.
Definition at line 377 of file class.ilDashboardGUI.php.
References $ctrl, $ilCtrl, $plugin_admin, getMainContent(), IL_COL_CENTER, IL_COL_LEFT, IL_COL_RIGHT, IL_SCREEN_SIDE, and initColumn().
Referenced by getStandardTemplates().
ilDashboardGUI::getLeftColumnHTML | ( | ) |
Display left column.
Definition at line 471 of file class.ilDashboardGUI.php.
References $ctrl, $ilCtrl, $ilUser, $lng, $plugin_admin, $user, IL_COL_LEFT, IL_SCREEN_FULL, IL_SCREEN_SIDE, and initColumn().
|
protected |
Get main content.
Definition at line 796 of file class.ilDashboardGUI.php.
References $settings, $tpl, renderFavourites(), renderLearningSequences(), renderMemberships(), renderRecommendedContent(), renderStudyProgrammes(), and user().
Referenced by getCenterColumnHTML().
ilDashboardGUI::getRightColumnHTML | ( | ) |
Display right column.
Definition at line 428 of file class.ilDashboardGUI.php.
References $ctrl, $ilCtrl, $ilUser, $lng, $plugin_admin, $user, IL_COL_RIGHT, IL_SCREEN_FULL, IL_SCREEN_SIDE, and initColumn().
Referenced by getStandardTemplates().
ilDashboardGUI::getStandardTemplates | ( | ) |
get standard templates
Definition at line 322 of file class.ilDashboardGUI.php.
References $lng, $tpl, ilAdvancedSelectionListGUI\DOWN_ARROW_DARK, getCenterColumnHTML(), ilUtil\getImagePath(), getRightColumnHTML(), ilUtil\infoPanel(), and ilBlockSetting\preloadPDBlockSettings().
Referenced by executeCommand().
ilDashboardGUI::initColumn | ( | $a_column_gui | ) |
Definition at line 765 of file class.ilDashboardGUI.php.
Referenced by executeCommand(), getCenterColumnHTML(), getLeftColumnHTML(), and getRightColumnHTML().
ilDashboardGUI::jumpToBadges | ( | ) |
Jump to badges.
Definition at line 728 of file class.ilDashboardGUI.php.
ilDashboardGUI::jumpToCalendar | ( | ) |
Jump to calendar.
Definition at line 689 of file class.ilDashboardGUI.php.
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().
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().
|
protected |
Definition at line 720 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().
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, and user().
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 736 of file class.ilDashboardGUI.php.
ilDashboardGUI::jumpToWorkspace | ( | ) |
Jump to personal workspace.
Definition at line 697 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 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().
|
protected |
Render favourites.
Definition at line 821 of file class.ilDashboardGUI.php.
Referenced by getMainContent().
|
protected |
Render learning sequences.
Definition at line 865 of file class.ilDashboardGUI.php.
Referenced by getMainContent().
|
protected |
Render memberships.
Definition at line 854 of file class.ilDashboardGUI.php.
Referenced by getMainContent().
|
protected |
Render recommended content.
Definition at line 832 of file class.ilDashboardGUI.php.
Referenced by getMainContent().
|
protected |
Render study programmes.
Definition at line 843 of file class.ilDashboardGUI.php.
References ilStudyProgrammeDIC\dic().
Referenced by getMainContent().
ilDashboardGUI::setTabs | ( | ) |
set personal desktop tabs
Definition at line 568 of file class.ilDashboardGUI.php.
References $help.
Referenced by executeCommand().
|
protected |
Temporary workaround for toggling the help.
Definition at line 781 of file class.ilDashboardGUI.php.
References ilSession\get(), and ilSession\set().
|
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(), getRightColumnHTML(), and getStandardTemplates().
|
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(), getMainContent(), and getStandardTemplates().
|
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.
Referenced by ilUserUtil\getStartingPointAsUrl().
const ilDashboardGUI::DISENGAGE_MAINBAR = "dash_mb_disengage" |
Definition at line 30 of file class.ilDashboardGUI.php.
Referenced by DashboardLayoutProvider\getMainBarModification().