ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
ilLPListOfSettingsGUI ($a_mode, $a_ref_id) | |
& | executeCommand () |
execute command | |
show () | |
saveSettings () | |
assign () | |
deassign () | |
__showTablesByMode () | |
__showSCOTable () | |
__showCollectionTable () | |
__addInfo () | |
__formatPath ($a_path_arr, $a_ref_id) | |
__checkItemAnonymized ($a_obj_id, $a_type) | |
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 () |
Private Member Functions | |
showModeSelection () | |
Show mode selection. |
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 |
Definition at line 40 of file class.ilLPListOfSettingsGUI.php.
ilLPListOfSettingsGUI::__addInfo | ( | ) |
Definition at line 331 of file class.ilLPListOfSettingsGUI.php.
References $_POST, LP_MODE_COLLECTION, LP_MODE_VISITS, ilUtil\sendInfo(), and ilUtil\sendSuccess().
Referenced by saveSettings().
ilLPListOfSettingsGUI::__checkItemAnonymized | ( | $a_obj_id, | |
$a_type | |||
) |
Definition at line 388 of file class.ilLPListOfSettingsGUI.php.
References ilObjTest\_lookupAnonymity().
Referenced by __showCollectionTable().
ilLPListOfSettingsGUI::__formatPath | ( | $a_path_arr, | |
$a_ref_id | |||
) |
Definition at line 362 of file class.ilLPListOfSettingsGUI.php.
References $data.
Referenced by __showCollectionTable().
ilLPListOfSettingsGUI::__showCollectionTable | ( | ) |
Definition at line 243 of file class.ilLPListOfSettingsGUI.php.
References ilLearningProgressBaseGUI\$ref_id, ilLearningProgressBaseGUI\$tpl, $type, __checkItemAnonymized(), __formatPath(), ilLPCollections\_getCountPossibleItems(), ilFrameTargetInfo\_getFrame(), ilLink\_getLink(), ilLPCollections\_getPossibleItems(), ilLPObjSettings\_lookupMode(), ilLPObjSettings\_mode2Text(), ilUtil\formCheckbox(), ilUtil\getImagePath(), ilLearningProgressBaseGUI\getObjId(), ilLearningProgressBaseGUI\getRefId(), and ilUtil\switchColor().
Referenced by __showTablesByMode().
ilLPListOfSettingsGUI::__showSCOTable | ( | ) |
Definition at line 182 of file class.ilLPListOfSettingsGUI.php.
References $data, ilLearningProgressBaseGUI\$tpl, ilLPCollections\_getPossibleSAHSItems(), ilUtil\formCheckbox(), ilUtil\getImagePath(), ilLearningProgressBaseGUI\getObjId(), ilUtil\sendFailure(), and ilUtil\switchColor().
Referenced by __showTablesByMode().
ilLPListOfSettingsGUI::__showTablesByMode | ( | ) |
Definition at line 163 of file class.ilLPListOfSettingsGUI.php.
References __showCollectionTable(), __showSCOTable(), LP_MODE_COLLECTION, LP_MODE_MANUAL_BY_TUTOR, and LP_MODE_SCORM.
Referenced by show().
ilLPListOfSettingsGUI::assign | ( | ) |
Definition at line 121 of file class.ilLPListOfSettingsGUI.php.
References $_POST, ilLearningProgressBaseGUI\$ref_id, ilLearningProgressBaseGUI\getObjId(), ilUtil\sendFailure(), ilUtil\sendSuccess(), and show().
ilLPListOfSettingsGUI::deassign | ( | ) |
Definition at line 142 of file class.ilLPListOfSettingsGUI.php.
References $_POST, ilLearningProgressBaseGUI\$ref_id, ilLearningProgressBaseGUI\getObjId(), ilUtil\sendFailure(), ilUtil\sendSuccess(), and show().
& ilLPListOfSettingsGUI::executeCommand | ( | ) |
execute command
Definition at line 52 of file class.ilLPListOfSettingsGUI.php.
References $cmd, and ilLearningProgressBaseGUI\__getDefaultCommand().
ilLPListOfSettingsGUI::ilLPListOfSettingsGUI | ( | $a_mode, | |
$a_ref_id | |||
) |
Definition at line 42 of file class.ilLPListOfSettingsGUI.php.
References ilLearningProgressBaseGUI\getObjId(), and ilLearningProgressBaseGUI\ilLearningProgressBaseGUI().
ilLPListOfSettingsGUI::saveSettings | ( | ) |
Definition at line 109 of file class.ilLPListOfSettingsGUI.php.
References $_POST, __addInfo(), and show().
ilLPListOfSettingsGUI::show | ( | ) |
Definition at line 64 of file class.ilLPListOfSettingsGUI.php.
References __showTablesByMode(), ilObjUserTracking\_enabledLearningProgress(), ilObjUserTracking\_enabledUserRelatedData(), ilObjUserTracking\_getValidTimeSpan(), ilUtil\getImagePath(), LP_MODE_VISITS, and showModeSelection().
Referenced by assign(), deassign(), and saveSettings().
|
private |
Show mode selection.
private
Definition at line 412 of file class.ilLPListOfSettingsGUI.php.
References ilLPObjSettings\_mode2InfoText().
Referenced by show().