|
ILIAS
Release_3_10_x_branch Revision 61812
|
GUI class for personal desktop. More...
Collaboration diagram for ilPersonalDesktopGUI:Public Member Functions | |
| ilPersonalDesktopGUI () | |
| constructor | |
| & | executeCommand () |
| execute command | |
| getStandardTemplates () | |
| get standard templates | |
| getTreeModeTemplates () | |
| get tree mode templates | |
| show () | |
| show desktop | |
| getCenterColumnHTML () | |
| Display center column. | |
| getRightColumnHTML () | |
| Display right column. | |
| getLeftColumnHTML () | |
| Display left column. | |
| prepareContentView () | |
| dropItem () | |
| drop item from desktop | |
| addItem () | |
| add item to desktop | |
| removeMember () | |
| copied from usr_personaldesktop.php | |
| displaySystemMessages () | |
| Display system messages. | |
| displayFeedback () | |
| Display Links for Feedback. | |
| multiarray_sort ($array, $key_sort) | |
| Returns the multidimenstional sorted array. | |
| setTabs () | |
| set personal desktop tabs | |
| jumpToProfile () | |
| 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 | |
| __loadNextClass () | |
| __storeLastClass ($a_class) | |
| initColumn ($a_column_gui) | |
| Init ilColumnGUI. | |
| displayHeader () | |
| display header and locator | |
Data Fields | |
| $tpl | |
| $lng | |
| $ilias | |
| $cmdClass = '' | |
GUI class for personal desktop.
ilPersonalDesktopGUI: ilPersonalProfileGUI, ilBookmarkAdministrationGUI ilPersonalDesktopGUI: ilObjUserGUI, ilPDNotesGUI, ilLearningProgressGUI, ilFeedbackGUI ilPersonalDesktopGUI: ilColumnGUI, ilPDNewsGUI, ilCalendarPresentationGUI
Definition at line 39 of file class.ilPersonalDesktopGUI.php.
| ilPersonalDesktopGUI::__loadNextClass | ( | ) |
Definition at line 678 of file class.ilPersonalDesktopGUI.php.
References $_SESSION.
Referenced by executeCommand().
Here is the caller graph for this function:| ilPersonalDesktopGUI::__storeLastClass | ( | $a_class | ) |
Definition at line 696 of file class.ilPersonalDesktopGUI.php.
References $_SESSION.
Referenced by executeCommand().
Here is the caller graph for this function:| ilPersonalDesktopGUI::addItem | ( | ) |
| ilPersonalDesktopGUI::displayFeedback | ( | ) |
Display Links for Feedback.
Definition at line 454 of file class.ilPersonalDesktopGUI.php.
| ilPersonalDesktopGUI::displayHeader | ( | ) |
display header and locator
Definition at line 717 of file class.ilPersonalDesktopGUI.php.
References ilUtil\getImagePath().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPersonalDesktopGUI::displaySystemMessages | ( | ) |
Display system messages.
Definition at line 443 of file class.ilPersonalDesktopGUI.php.
| ilPersonalDesktopGUI::dropItem | ( | ) |
| & ilPersonalDesktopGUI::executeCommand | ( | ) |
execute command
Definition at line 79 of file class.ilPersonalDesktopGUI.php.
References $_GET, $cmd, $ilSetting, $ret, __loadNextClass(), __storeLastClass(), displayHeader(), ilUtil\getImagePath(), getStandardTemplates(), ilUtil\getStyleSheetLocation(), getTreeModeTemplates(), initColumn(), LP_MODE_PERSONAL_DESKTOP, ilUtil\redirect(), ilUtil\sendInfo(), setTabs(), and show().
Here is the call graph for this function:| ilPersonalDesktopGUI::getCenterColumnHTML | ( | ) |
Display center column.
Definition at line 288 of file class.ilPersonalDesktopGUI.php.
References $ilCtrl, IL_COL_CENTER, IL_COL_LEFT, IL_COL_RIGHT, IL_SCREEN_SIDE, and initColumn().
Referenced by show().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPersonalDesktopGUI::getLeftColumnHTML | ( | ) |
Display left column.
Definition at line 362 of file class.ilPersonalDesktopGUI.php.
References $ilCtrl, $lng, IL_COL_LEFT, IL_SCREEN_SIDE, and initColumn().
Referenced by show().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPersonalDesktopGUI::getRightColumnHTML | ( | ) |
Display right column.
Definition at line 334 of file class.ilPersonalDesktopGUI.php.
References $ilCtrl, $lng, IL_COL_RIGHT, IL_SCREEN_SIDE, and initColumn().
Referenced by show().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPersonalDesktopGUI::getStandardTemplates | ( | ) |
get standard templates
Definition at line 237 of file class.ilPersonalDesktopGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilPersonalDesktopGUI::getTreeModeTemplates | ( | ) |
get tree mode templates
Definition at line 248 of file class.ilPersonalDesktopGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilPersonalDesktopGUI::ilPersonalDesktopGUI | ( | ) |
constructor
Definition at line 50 of file class.ilPersonalDesktopGUI.php.
References $_GET, $_SESSION, $ilCtrl, $ilias, $lng, and $tpl.
| ilPersonalDesktopGUI::initColumn | ( | $a_column_gui | ) |
Init ilColumnGUI.
Definition at line 705 of file class.ilPersonalDesktopGUI.php.
Referenced by executeCommand(), getCenterColumnHTML(), getLeftColumnHTML(), and getRightColumnHTML().
Here is the caller graph for this function:| ilPersonalDesktopGUI::jumpToBookmarks | ( | ) |
workaround for menu in calendar only
Definition at line 635 of file class.ilPersonalDesktopGUI.php.
References ilUtil\redirect(), and ilUtil\sendInfo().
Here is the call graph for this function:| ilPersonalDesktopGUI::jumpToLP | ( | ) |
workaround for menu in calendar only
Definition at line 673 of file class.ilPersonalDesktopGUI.php.
| ilPersonalDesktopGUI::jumpToNews | ( | ) |
workaround for menu in calendar only
Definition at line 665 of file class.ilPersonalDesktopGUI.php.
| ilPersonalDesktopGUI::jumpToNotes | ( | ) |
workaround for menu in calendar only
Definition at line 650 of file class.ilPersonalDesktopGUI.php.
References ilUtil\redirect(), and ilUtil\sendInfo().
Here is the call graph for this function:| ilPersonalDesktopGUI::jumpToProfile | ( | ) |
workaround for menu in calendar only
Definition at line 627 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 475 of file class.ilPersonalDesktopGUI.php.
References $n.
| ilPersonalDesktopGUI::prepareContentView | ( | ) |
Definition at line 387 of file class.ilPersonalDesktopGUI.php.
References ilUtil\getImagePath(), ilUtil\infoPanel(), and ilUtil\sendInfo().
Here is the call graph for this function:| ilPersonalDesktopGUI::removeMember | ( | ) |
copied from usr_personaldesktop.php
Definition at line 430 of file class.ilPersonalDesktopGUI.php.
References show().
Here is the call graph for this function:| ilPersonalDesktopGUI::setTabs | ( | ) |
set personal desktop tabs
Definition at line 510 of file class.ilPersonalDesktopGUI.php.
References $_GET, $_SESSION, $command, $ilCtrl, $ilSetting, $inc_type, $inhalt1, $script_name, ilObjUserTracking\_enabledLearningProgress(), and ilCalendarSettings\_getInstance().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPersonalDesktopGUI::show | ( | ) |
show desktop
Definition at line 260 of file class.ilPersonalDesktopGUI.php.
References getCenterColumnHTML(), ilUtil\getImagePath(), getLeftColumnHTML(), getRightColumnHTML(), ilUtil\infoPanel(), and ilUtil\sendInfo().
Referenced by addItem(), dropItem(), executeCommand(), and removeMember().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPersonalDesktopGUI::$cmdClass = '' |
Definition at line 45 of file class.ilPersonalDesktopGUI.php.
| ilPersonalDesktopGUI::$ilias |
Definition at line 43 of file class.ilPersonalDesktopGUI.php.
Referenced by ilPersonalDesktopGUI().
| ilPersonalDesktopGUI::$lng |
Definition at line 42 of file class.ilPersonalDesktopGUI.php.
Referenced by getLeftColumnHTML(), getRightColumnHTML(), and ilPersonalDesktopGUI().
| ilPersonalDesktopGUI::$tpl |
Definition at line 41 of file class.ilPersonalDesktopGUI.php.
Referenced by ilPersonalDesktopGUI().