|
ILIAS
Release_3_10_x_branch Revision 61812
|
Inheritance diagram for ilLPListOfProgressGUI:
Collaboration diagram for ilLPListOfProgressGUI:Public Member Functions | |
| ilLPListOfProgressGUI ($a_mode, $a_ref_id) | |
| & | executeCommand () |
| execute command | |
| show () | |
| ilLPListOfProgressGUI ($a_mode, $a_ref_id, $a_user_id=0) | |
| & | executeCommand () |
| execute command | |
| show () | |
| details () | |
| __showDetails () | |
| __showContainerList () | |
| __renderContainerRow ($parent_id, $item_id, $type, $level) | |
| __appendUserInfo (&$info) | |
| __showFilter () | |
| __showProgressList () | |
| __initUser ($a_usr_id=0) | |
| __initFilterGUI () | |
| __initFilter () | |
| __initDetails ($a_details_id) | |
| showDetails () | |
| hideDetails () | |
| __detailsShown ($item_id) | |
Public Member Functions inherited from ilLearningProgressBaseGUI | |
| ilLearningProgressBaseGUI ($a_mode, $a_ref_id=0, $a_usr_id=0) | |
| activePDF () | |
| __checkPDF () | |
| isAnonymized () | |
| isObjectAnonymized () | |
| getMode () | |
| getRefId () | |
| getObjId () | |
| getUserId () | |
| activateStatistics ($a_act=true) | |
| __getDefaultCommand () | |
| __setSubTabs ($a_active) | |
| __buildFooter () | |
| __buildHeader () | |
| __insertPath (&$a_tpl, $a_ref_id) | |
| insert path | |
| __showImageByStatus (&$tpl, $a_status, $tpl_prefix="") | |
| & | __initTableGUI () |
| __showObjectDetails (&$info, $item_id=0) | |
| show details about current object. | |
| __appendLPDetails (&$info, $item_id, $user_id) | |
| __readStatus ($a_obj_id, $user_id) | |
| __showButton ($a_link, $a_text, $a_target= '') | |
| __sort ($a_ids, $a_table, $a_field, $a_id_name) | |
| Function that sorts ids by a given table field using WHERE IN E.g: __sort(array(6,7),'usr_data','lastname','usr_id') => sorts by lastname. | |
| __getPercent ($max, $reached) | |
| __readItemStatusInfo ($a_items) | |
| __getLegendHTML () | |
Data Fields | |
| $tracked_user = null | |
| $show_user_info = false | |
| $filter_gui = null | |
| $details_id = 0 | |
| $details_type = '' | |
| $details_mode = 0 | |
Data Fields inherited from ilLearningProgressBaseGUI | |
| $tpl = null | |
| $ctrl = null | |
| $lng = null | |
| $ref_id = 0 | |
| $mode = 0 | |
| $statistics_activated = false | |
Definition at line 37 of file class.ilLPListOfProgress.php.
| ilLPListOfProgressGUI::__appendUserInfo | ( | & | $info | ) |
Definition at line 331 of file class.ilLPListOfProgressGUI.php.
References ilOnlineTracking\_getOnlineTime(), ilFormat\_secondsToString(), ilDatePresentation\formatDate(), and IL_CAL_DATETIME.
Referenced by __showContainerList(), __showDetails(), and __showProgressList().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPListOfProgressGUI::__detailsShown | ( | $item_id | ) |
Definition at line 551 of file class.ilLPListOfProgressGUI.php.
References $_SESSION, and $details_id.
Referenced by __renderContainerRow().
Here is the caller graph for this function:| ilLPListOfProgressGUI::__initDetails | ( | $a_details_id | ) |
Definition at line 500 of file class.ilLPListOfProgressGUI.php.
References ilObject\_getAllReferences(), ilLPObjSettings\_lookupMode(), and ilLearningProgressBaseGUI\getRefId().
Referenced by ilLPListOfProgressGUI(), and show().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPListOfProgressGUI::__initFilter | ( | ) |
Definition at line 487 of file class.ilLPListOfProgressGUI.php.
References ilLPFilter\toggleAnonymizedCheck().
Referenced by __showProgressList().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPListOfProgressGUI::__initFilterGUI | ( | ) |
Definition at line 478 of file class.ilLPListOfProgressGUI.php.
Referenced by ilLPListOfProgressGUI().
Here is the caller graph for this function:| ilLPListOfProgressGUI::__initUser | ( | $a_usr_id = 0 | ) |
Definition at line 448 of file class.ilLPListOfProgressGUI.php.
References ilObjectFactory\getInstanceByObjId().
Referenced by ilLPListOfProgressGUI(), and show().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPListOfProgressGUI::__renderContainerRow | ( | $parent_id, | |
| $item_id, | |||
| $type, | |||
| $level | |||
| ) |
Definition at line 220 of file class.ilLPListOfProgressGUI.php.
References __detailsShown(), ilLearningProgressBaseGUI\__showImageByStatus(), ilLPItemListFactory\_getInstanceByRefId(), ilLPCollectionCache\_getItems(), ilLPObjSettings\_isContainer(), ilTimingCache\_showWarning(), ilDatePresentation\formatDate(), ilUtil\getImagePath(), IL_CAL_UNIX, LP_MODE_OBJECTIVES, LP_MODE_SCORM, and ilUtil\switchColor().
Referenced by __showContainerList().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPListOfProgressGUI::__showContainerList | ( | ) |
Definition at line 164 of file class.ilLPListOfProgressGUI.php.
References $ilCtrl, ilLearningProgressBaseGUI\__appendLPDetails(), __appendUserInfo(), ilLearningProgressBaseGUI\__getLegendHTML(), __renderContainerRow(), ilLearningProgressBaseGUI\__showObjectDetails(), ilLPCollectionCache\_getItems(), ilCourseItems\_hasCollectionTimings(), ilUtil\getImagePath(), LP_MODE_OBJECTIVES, and LP_MODE_SCORM.
Referenced by details().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPListOfProgressGUI::__showDetails | ( | ) |
Definition at line 146 of file class.ilLPListOfProgressGUI.php.
References $ilCtrl, ilLearningProgressBaseGUI\__appendLPDetails(), __appendUserInfo(), and ilLearningProgressBaseGUI\__showObjectDetails().
Referenced by details().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPListOfProgressGUI::__showFilter | ( | ) |
Definition at line 347 of file class.ilLPListOfProgressGUI.php.
Referenced by __showProgressList().
Here is the caller graph for this function:| ilLPListOfProgressGUI::__showProgressList | ( | ) |
Definition at line 352 of file class.ilLPListOfProgressGUI.php.
References $ilCtrl, ilLearningProgressBaseGUI\$tpl, __appendUserInfo(), ilLearningProgressBaseGUI\__getLegendHTML(), __initFilter(), ilLearningProgressBaseGUI\__showButton(), __showFilter(), ilLearningProgressBaseGUI\__showImageByStatus(), ilLearningProgressBaseGUI\__sort(), ilLPItemListFactory\_getInstance(), ilLearningProgressBaseGUI\activePDF(), ilUtil\getImagePath(), ilUtil\sendInfo(), and ilUtil\switchColor().
Referenced by show().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPListOfProgressGUI::details | ( | ) |
Definition at line 114 of file class.ilLPListOfProgressGUI.php.
References $_GET, ilLearningProgressBaseGUI\__showButton(), __showContainerList(), __showDetails(), ilLPObjSettings\_isContainer(), ilLearningProgressBaseGUI\activePDF(), ilLearningProgressBaseGUI\getMode(), LP_MODE_ADMINISTRATION, LP_MODE_PERSONAL_DESKTOP, and LP_MODE_USER_FOLDER.
Referenced by hideDetails(), show(), and showDetails().
Here is the call graph for this function:
Here is the caller graph for this function:| & ilLPListOfProgressGUI::executeCommand | ( | ) |
execute command
Definition at line 47 of file class.ilLPListOfProgress.php.
References $cmd, and ilLearningProgressBaseGUI\__getDefaultCommand().
Here is the call graph for this function:| & ilLPListOfProgressGUI::executeCommand | ( | ) |
execute command
Definition at line 67 of file class.ilLPListOfProgressGUI.php.
References $cmd, ilLearningProgressBaseGUI\__getDefaultCommand(), ilLearningProgressBaseGUI\getMode(), ilLearningProgressBaseGUI\getUserId(), LP_ACTIVE_PROGRESS, and ilPDFPresentation\setType().
Here is the call graph for this function:| ilLPListOfProgressGUI::hideDetails | ( | ) |
| ilLPListOfProgressGUI::ilLPListOfProgressGUI | ( | $a_mode, | |
| $a_ref_id | |||
| ) |
Definition at line 39 of file class.ilLPListOfProgress.php.
References ilLearningProgressBaseGUI\ilLearningProgressBaseGUI().
Here is the call graph for this function:| ilLPListOfProgressGUI::ilLPListOfProgressGUI | ( | $a_mode, | |
| $a_ref_id, | |||
$a_user_id = 0 |
|||
| ) |
Definition at line 50 of file class.ilLPListOfProgressGUI.php.
References $_GET, ilLearningProgressBaseGUI\__checkPDF(), __initDetails(), __initFilterGUI(), __initUser(), and ilLearningProgressBaseGUI\ilLearningProgressBaseGUI().
Here is the call graph for this function:| ilLPListOfProgressGUI::show | ( | ) |
Definition at line 61 of file class.ilLPListOfProgress.php.
References ilLearningProgressBaseGUI\__setSubTabs(), and LP_ACTIVE_PROGRESS.
Here is the call graph for this function:| ilLPListOfProgressGUI::show | ( | ) |
Definition at line 93 of file class.ilLPListOfProgressGUI.php.
References __initDetails(), __initUser(), __showProgressList(), details(), ilLearningProgressBaseGUI\getMode(), ilLearningProgressBaseGUI\getRefId(), ilLearningProgressBaseGUI\getUserId(), LP_MODE_REPOSITORY, and LP_MODE_USER_FOLDER.
Here is the call graph for this function:| ilLPListOfProgressGUI::showDetails | ( | ) |
Definition at line 520 of file class.ilLPListOfProgressGUI.php.
References $_GET, $_SESSION, $details_id, and details().
Here is the call graph for this function:| ilLPListOfProgressGUI::$details_id = 0 |
Definition at line 46 of file class.ilLPListOfProgressGUI.php.
Referenced by __detailsShown(), and showDetails().
| ilLPListOfProgressGUI::$details_mode = 0 |
Definition at line 48 of file class.ilLPListOfProgressGUI.php.
| ilLPListOfProgressGUI::$details_type = '' |
Definition at line 47 of file class.ilLPListOfProgressGUI.php.
| ilLPListOfProgressGUI::$filter_gui = null |
Definition at line 44 of file class.ilLPListOfProgressGUI.php.
| ilLPListOfProgressGUI::$show_user_info = false |
Definition at line 43 of file class.ilLPListOfProgressGUI.php.
| ilLPListOfProgressGUI::$tracked_user = null |
Definition at line 42 of file class.ilLPListOfProgressGUI.php.