ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
ilDashboardGUI: ilPersonalProfileGUI ilDashboardGUI: ilObjUserGUI, ilPDNotesGUI ilDashboardGUI: ilColumnGUI, ilPDNewsGUI, ilCalendarPresentationGUI ilDashboardGUI: ilMailSearchGUI, ilContactGUI ilDashboardGUI: ilPersonalWorkspaceGUI, ilPersonalSettingsGUI ilDashboardGUI: ilPortfolioRepositoryGUI, ilObjChatroomGUI ilDashboardGUI: ilMyStaffGUI ilDashboardGUI: ilGroupUserActionsGUI, ilAchievementsGUI ilDashboardGUI: ilPDMailBlockGUI ilDashboardGUI: ilDashboardPageGUI ilDashboardGUI: ilSelectedItemsBlockGUI, ilDashboardRecommendedContentGUI, ilMembershipBlockGUI, ilDashboardLearningSequenceGUI, ilStudyProgrammeDashboardViewGUI, ilObjStudyProgrammeGUI ilDashboardGUI: ilObjIndividualAssessmentGUI More...
Public Member Functions | |
__construct () | |
executeCommand () | |
getStandardTemplates () | |
show () | |
getCenterColumnHTML () | |
getRightColumnHTML () | |
prepareContentView () | |
setTabs () | |
jumpToMemberships () | |
jumpToSelectedItems () | |
jumpToProfile () | |
jumpToPortfolio () | |
jumpToSettings () | |
jumpToNews () | |
jumpToCalendar () | |
jumpToWorkspace () | |
jumpToBadges () | |
jumpToSkills () | |
displayHeader () | |
Data Fields | |
const | CMD_JUMP_TO_MY_STAFF = 'jumpToMyStaff' |
const | DISENGAGE_MAINBAR = 'dash_mb_disengage' |
ilGlobalTemplateInterface | $tpl |
ilLanguage | $lng |
string | $cmdClass = '' |
Protected Member Functions | |
jumpToMyStaff () | |
toggleHelp () | |
getMainContent () | |
renderView (int $view) | |
Protected Attributes | |
ilCtrl | $ctrl |
ilObjUser | $user |
ilSetting | $settings |
ilHelpGUI | $help |
ContextServices | $tool_context |
int | $requested_view |
int | $requested_prt_id |
int | $requested_gtp |
string | $requested_dsh |
int | $requested_wsp_id |
ilDashboardGUI: ilPersonalProfileGUI ilDashboardGUI: ilObjUserGUI, ilPDNotesGUI ilDashboardGUI: ilColumnGUI, ilPDNewsGUI, ilCalendarPresentationGUI ilDashboardGUI: ilMailSearchGUI, ilContactGUI ilDashboardGUI: ilPersonalWorkspaceGUI, ilPersonalSettingsGUI ilDashboardGUI: ilPortfolioRepositoryGUI, ilObjChatroomGUI ilDashboardGUI: ilMyStaffGUI ilDashboardGUI: ilGroupUserActionsGUI, ilAchievementsGUI ilDashboardGUI: ilPDMailBlockGUI ilDashboardGUI: ilDashboardPageGUI ilDashboardGUI: ilSelectedItemsBlockGUI, ilDashboardRecommendedContentGUI, ilMembershipBlockGUI, ilDashboardLearningSequenceGUI, ilStudyProgrammeDashboardViewGUI, ilObjStudyProgrammeGUI ilDashboardGUI: ilObjIndividualAssessmentGUI
Definition at line 37 of file class.ilDashboardGUI.php.
ilDashboardGUI::__construct | ( | ) |
Definition at line 56 of file class.ilDashboardGUI.php.
References $DIC, $params, $tpl, ANONYMOUS_USER_ID, ILIAS\Repository\ctrl(), ILIAS\Repository\help(), ILIAS\Repository\int(), ILIAS\Repository\lng(), null, ILIAS\Repository\settings(), and ILIAS\Repository\user().
ilDashboardGUI::displayHeader | ( | ) |
Definition at line 457 of file class.ilDashboardGUI.php.
References ILIAS\Repository\lng().
Referenced by executeCommand().
ilDashboardGUI::executeCommand | ( | ) |
Definition at line 96 of file class.ilDashboardGUI.php.
References $cmdClass, $context, $ilSetting, $settings, $tool_context, ILIAS\Repository\ctrl(), displayHeader(), ilBuddySystem\getInstance(), getStandardTemplates(), ILIAS\Repository\lng(), null, ilUtil\redirect(), setTabs(), and show().
ilDashboardGUI::getCenterColumnHTML | ( | ) |
Definition at line 263 of file class.ilDashboardGUI.php.
References $ctrl, getMainContent(), IL_COL_CENTER, IL_COL_LEFT, IL_COL_RIGHT, and IL_SCREEN_SIDE.
Referenced by show().
|
protected |
Definition at line 472 of file class.ilDashboardGUI.php.
References ILIAS\UICore\GlobalTemplate\get(), renderView(), ILIAS\UICore\GlobalTemplate\setVariable(), and ILIAS\Repository\user().
Referenced by getCenterColumnHTML().
ilDashboardGUI::getRightColumnHTML | ( | ) |
Definition at line 302 of file class.ilDashboardGUI.php.
References $ctrl, IL_COL_RIGHT, IL_SCREEN_FULL, and IL_SCREEN_SIDE.
Referenced by show().
ilDashboardGUI::getStandardTemplates | ( | ) |
Definition at line 236 of file class.ilDashboardGUI.php.
Referenced by executeCommand().
ilDashboardGUI::jumpToBadges | ( | ) |
Definition at line 447 of file class.ilDashboardGUI.php.
References ILIAS\Repository\ctrl().
ilDashboardGUI::jumpToCalendar | ( | ) |
Definition at line 403 of file class.ilDashboardGUI.php.
References $DIC, and ILIAS\Repository\ctrl().
ilDashboardGUI::jumpToMemberships | ( | ) |
Definition at line 353 of file class.ilDashboardGUI.php.
References $GLOBALS, ILIAS\Repository\ctrl(), and ILIAS\Repository\user().
|
protected |
Definition at line 442 of file class.ilDashboardGUI.php.
References ILIAS\Repository\ctrl().
ilDashboardGUI::jumpToNews | ( | ) |
Definition at line 398 of file class.ilDashboardGUI.php.
References ILIAS\Repository\ctrl().
ilDashboardGUI::jumpToPortfolio | ( | ) |
Definition at line 376 of file class.ilDashboardGUI.php.
References ILIAS\Repository\ctrl().
ilDashboardGUI::jumpToProfile | ( | ) |
Definition at line 371 of file class.ilDashboardGUI.php.
References ILIAS\Repository\ctrl().
ilDashboardGUI::jumpToSelectedItems | ( | ) |
Definition at line 362 of file class.ilDashboardGUI.php.
References $GLOBALS, ILIAS\Repository\ctrl(), show(), and ILIAS\Repository\user().
ilDashboardGUI::jumpToSettings | ( | ) |
Definition at line 393 of file class.ilDashboardGUI.php.
References ILIAS\Repository\ctrl().
ilDashboardGUI::jumpToSkills | ( | ) |
Definition at line 452 of file class.ilDashboardGUI.php.
References ILIAS\Repository\ctrl().
ilDashboardGUI::jumpToWorkspace | ( | ) |
Definition at line 423 of file class.ilDashboardGUI.php.
References ILIAS\Repository\ctrl().
ilDashboardGUI::prepareContentView | ( | ) |
Definition at line 337 of file class.ilDashboardGUI.php.
References ilUtil\getImagePath(), and ILIAS\Repository\lng().
|
protected |
Definition at line 490 of file class.ilDashboardGUI.php.
References ilPDSelectedItemsBlockConstants\VIEW_LEARNING_SEQUENCES, ilPDSelectedItemsBlockConstants\VIEW_MY_MEMBERSHIPS, ilPDSelectedItemsBlockConstants\VIEW_MY_STUDYPROGRAMME, ilPDSelectedItemsBlockConstants\VIEW_RECOMMENDED_CONTENT, and ilPDSelectedItemsBlockConstants\VIEW_SELECTED_ITEMS.
Referenced by getMainContent().
ilDashboardGUI::setTabs | ( | ) |
Definition at line 346 of file class.ilDashboardGUI.php.
References $help, and ilHelpGUI\setScreenIdComponent().
Referenced by executeCommand().
ilDashboardGUI::show | ( | ) |
Definition at line 241 of file class.ilDashboardGUI.php.
References getCenterColumnHTML(), ilUtil\getImagePath(), getRightColumnHTML(), ilDashboardPageGUI\isLanguageAvailable(), ILIAS\Repository\lng(), ilBlockSetting\preloadPDBlockSettings(), and ILIAS\Repository\user().
Referenced by executeCommand(), and jumpToSelectedItems().
|
protected |
Definition at line 462 of file class.ilDashboardGUI.php.
References ILIAS\Repository\ctrl(), ilSession\get(), and ilSession\set().
string ilDashboardGUI::$cmdClass = '' |
Definition at line 48 of file class.ilDashboardGUI.php.
Referenced by executeCommand().
|
protected |
Definition at line 42 of file class.ilDashboardGUI.php.
Referenced by getCenterColumnHTML(), and getRightColumnHTML().
|
protected |
Definition at line 45 of file class.ilDashboardGUI.php.
Referenced by setTabs().
ilLanguage ilDashboardGUI::$lng |
Definition at line 47 of file class.ilDashboardGUI.php.
|
protected |
Definition at line 53 of file class.ilDashboardGUI.php.
|
protected |
Definition at line 52 of file class.ilDashboardGUI.php.
|
protected |
Definition at line 51 of file class.ilDashboardGUI.php.
|
protected |
Definition at line 50 of file class.ilDashboardGUI.php.
|
protected |
Definition at line 54 of file class.ilDashboardGUI.php.
|
protected |
Definition at line 44 of file class.ilDashboardGUI.php.
Referenced by executeCommand().
|
protected |
Definition at line 49 of file class.ilDashboardGUI.php.
Referenced by executeCommand().
ilGlobalTemplateInterface ilDashboardGUI::$tpl |
Definition at line 46 of file class.ilDashboardGUI.php.
Referenced by __construct().
|
protected |
Definition at line 43 of file class.ilDashboardGUI.php.
const ilDashboardGUI::CMD_JUMP_TO_MY_STAFF = 'jumpToMyStaff' |
Definition at line 39 of file class.ilDashboardGUI.php.
const ilDashboardGUI::DISENGAGE_MAINBAR = 'dash_mb_disengage' |
Definition at line 40 of file class.ilDashboardGUI.php.
Referenced by DashboardLayoutProvider\getMainBarModification().