|
ILIAS
Release_3_10_x_branch Revision 61812
|
Inheritance diagram for ilLearningProgressGUI:
Collaboration diagram for ilLearningProgressGUI:Public Member Functions | |
| ilLearningProgressGUI ($a_mode, $a_ref_id=0, $a_user_id=0) | |
| & | executeCommand () |
| execute command | |
| __setCmdClass ($a_class) | |
| __getNextClass () | |
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 () | |
Additional Inherited Members | |
Data Fields inherited from ilLearningProgressBaseGUI | |
| $tpl = null | |
| $ctrl = null | |
| $lng = null | |
| $ref_id = 0 | |
| $mode = 0 | |
| $statistics_activated = false | |
Definition at line 40 of file class.ilLearningProgressGUI.php.
| ilLearningProgressGUI::__getNextClass | ( | ) |
Definition at line 125 of file class.ilLearningProgressGUI.php.
References $_SESSION, ilLearningProgressBaseGUI\getMode(), ilLearningProgressBaseGUI\getRefId(), ilLearningProgressBaseGUI\isObjectAnonymized(), LP_MODE_ADMINISTRATION, LP_MODE_PERSONAL_DESKTOP, LP_MODE_REPOSITORY, and LP_MODE_USER_FOLDER.
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLearningProgressGUI::__setCmdClass | ( | $a_class | ) |
Definition at line 113 of file class.ilLearningProgressGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| & ilLearningProgressGUI::executeCommand | ( | ) |
execute command
Definition at line 50 of file class.ilLearningProgressGUI.php.
References $ilBench, ilLearningProgressBaseGUI\__buildFooter(), ilLearningProgressBaseGUI\__buildHeader(), __getNextClass(), __setCmdClass(), ilLearningProgressBaseGUI\__setSubTabs(), ilLearningProgressBaseGUI\getMode(), ilLearningProgressBaseGUI\getRefId(), ilLearningProgressBaseGUI\getUserId(), LP_ACTIVE_LM_STATISTICS, LP_ACTIVE_OBJECTS, LP_ACTIVE_PROGRESS, and LP_ACTIVE_SETTINGS.
Here is the call graph for this function:| ilLearningProgressGUI::ilLearningProgressGUI | ( | $a_mode, | |
$a_ref_id = 0, |
|||
$a_user_id = 0 |
|||
| ) |
Definition at line 42 of file class.ilLearningProgressGUI.php.
References ilLearningProgressBaseGUI\ilLearningProgressBaseGUI().
Here is the call graph for this function: