ILIAS
Release_4_1_x_branch Revision 61804
|
Class ilObjUserTrackingGUI. More...
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="") | |
_getImagePathForStatus ($a_status) | |
Get image path for status. | |
_getStatusText ($a_status) | |
Get status alt text. | |
& | __initTableGUI () |
__showObjectDetails (&$info, $item_id=0) | |
show details about current object. | |
__appendUserInfo (&$info, $a_user) | |
__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 () | |
__showEditUser ($a_user_id, $a_ref_id, $a_cancel, $a_sub_id=false) | |
__updateUser ($user_id, $obj_id) |
Additional Inherited Members | |
Static Public Member Functions inherited from ilLearningProgressBaseGUI | |
static | _showImageByStatus (&$tpl, $a_status, $tpl_prefix="") |
Data Fields inherited from ilLearningProgressBaseGUI | |
$tpl = null | |
$ctrl = null | |
$lng = null | |
$ref_id = 0 | |
$mode = 0 | |
$statistics_activated = false |
Class ilObjUserTrackingGUI.
ilLearningProgressGUI: ilLPListOfObjectsGUI, ilLPListOfSettingsGUI, ilLPListOfProgressGUI, ilLMStatisticsGUI ilLearningProgressGUI: ilTrackingGUI
Definition at line 17 of file class.ilLearningProgressGUI.php.
ilLearningProgressGUI::__getNextClass | ( | ) |
Definition at line 111 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().
ilLearningProgressGUI::__setCmdClass | ( | $a_class | ) |
Definition at line 99 of file class.ilLearningProgressGUI.php.
Referenced by executeCommand().
& ilLearningProgressGUI::executeCommand | ( | ) |
execute command
Definition at line 27 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, LP_ACTIVE_SETTINGS, and LP_ACTIVE_SUMMARY.
ilLearningProgressGUI::ilLearningProgressGUI | ( | $a_mode, | |
$a_ref_id = 0 , |
|||
$a_user_id = 0 |
|||
) |
Definition at line 19 of file class.ilLearningProgressGUI.php.
References ilLearningProgressBaseGUI\ilLearningProgressBaseGUI().