ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
ilLPListOfObjectsGUI ($a_mode, $a_ref_id) | |
& | executeCommand () |
execute command | |
updateUser () | |
editUser () | |
__showEditUser () | |
__renderContainerRow ($a_parent_id, $a_item_id, $a_usr_id, $type, $level) | |
details () | |
__showUsersList () | |
showDetails () | |
hideDetails () | |
__detailsShown ($a_usr_id, $item_id) | |
show () | |
__listObjects () | |
__showFilter () | |
__initFilterGUI () | |
__initFilter () | |
__initDetails ($a_details_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 | |
$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 |
Additional Inherited Members | |
Static Public Member Functions inherited from ilLearningProgressBaseGUI | |
static | _showImageByStatus (&$tpl, $a_status, $tpl_prefix="") |
Definition at line 43 of file class.ilLPListOfObjectsGUI.php.
ilLPListOfObjectsGUI::__detailsShown | ( | $a_usr_id, | |
$item_id | |||
) |
Definition at line 483 of file class.ilLPListOfObjectsGUI.php.
References $_SESSION, and $details_id.
Referenced by __renderContainerRow().
ilLPListOfObjectsGUI::__initDetails | ( | $a_details_id | ) |
Definition at line 648 of file class.ilLPListOfObjectsGUI.php.
References $_GET, ilLPObjSettings\_lookupMode(), and ilLearningProgressBaseGUI\getRefId().
Referenced by ilLPListOfObjectsGUI(), and show().
ilLPListOfObjectsGUI::__initFilter | ( | ) |
Definition at line 639 of file class.ilLPListOfObjectsGUI.php.
Referenced by __listObjects(), and __showUsersList().
ilLPListOfObjectsGUI::__initFilterGUI | ( | ) |
Definition at line 630 of file class.ilLPListOfObjectsGUI.php.
Referenced by ilLPListOfObjectsGUI().
ilLPListOfObjectsGUI::__listObjects | ( | ) |
Definition at line 515 of file class.ilLPListOfObjectsGUI.php.
References $type, __initFilter(), ilLearningProgressBaseGUI\__showButton(), ilLearningProgressBaseGUI\__sort(), ilLearningProgressBaseGUI\activePDF(), and ilUtil\sendFailure().
Referenced by show().
ilLPListOfObjectsGUI::__renderContainerRow | ( | $a_parent_id, | |
$a_item_id, | |||
$a_usr_id, | |||
$type, | |||
$level | |||
) |
Definition at line 212 of file class.ilLPListOfObjectsGUI.php.
References $type, __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 __showUsersList().
ilLPListOfObjectsGUI::__showEditUser | ( | ) |
Definition at line 166 of file class.ilLPListOfObjectsGUI.php.
References $_GET, ilLearningProgressBaseGUI\$mode, $type, ilLPStatusWrapper\_getCompleted(), ilObjUser\_getPersonalPicturePath(), ilLPObjSettings\_lookupMode(), ilUtil\formCheckbox(), LP_MODE_MANUAL, LP_MODE_MANUAL_BY_TUTOR, and ilUtil\prepareFormOutput().
Referenced by editUser().
ilLPListOfObjectsGUI::__showFilter | ( | ) |
Definition at line 621 of file class.ilLPListOfObjectsGUI.php.
References $ilBench.
ilLPListOfObjectsGUI::__showUsersList | ( | ) |
Definition at line 367 of file class.ilLPListOfObjectsGUI.php.
References $failed, $type, $user, ilLearningProgressBaseGUI\__getLegendHTML(), __initFilter(), __renderContainerRow(), ilLearningProgressBaseGUI\__sort(), ilLPStatusWrapper\_getCompleted(), ilLPStatusWrapper\_getFailed(), ilLPStatusWrapper\_getInProgress(), ilLPStatusWrapper\_getNotAttempted(), ilCourseItems\_hasCollectionTimings(), ilUserFilter\enableMemberFilter(), ilUtil\getImagePath(), ilUtil\Linkbar(), and ilUtil\sendFailure().
Referenced by details().
ilLPListOfObjectsGUI::details | ( | ) |
Definition at line 335 of file class.ilLPListOfObjectsGUI.php.
References $ilBench, ilLearningProgressBaseGUI\__showButton(), __showUsersList(), ilLPItemListFactory\_getInstanceByRefId(), ilLearningProgressBaseGUI\activePDF(), ilLearningProgressBaseGUI\getMode(), LP_MODE_ADMINISTRATION, and LP_MODE_PERSONAL_DESKTOP.
Referenced by hideDetails(), show(), showDetails(), and updateUser().
ilLPListOfObjectsGUI::editUser | ( | ) |
Definition at line 147 of file class.ilLPListOfObjectsGUI.php.
References $_GET, ilLearningProgressBaseGUI\__appendLPDetails(), __showEditUser(), and ilLPItemListFactory\_getInstanceByRefId().
& ilLPListOfObjectsGUI::executeCommand | ( | ) |
execute command
Definition at line 71 of file class.ilLPListOfObjectsGUI.php.
References $cmd, $ilBench, ilLearningProgressBaseGUI\__getDefaultCommand(), ilLearningProgressBaseGUI\getMode(), ilLearningProgressBaseGUI\getUserId(), LP_ACTIVE_OBJECTS, and LP_MODE_REPOSITORY.
ilLPListOfObjectsGUI::hideDetails | ( | ) |
ilLPListOfObjectsGUI::ilLPListOfObjectsGUI | ( | $a_mode, | |
$a_ref_id | |||
) |
Definition at line 49 of file class.ilLPListOfObjectsGUI.php.
References $_GET, ilLearningProgressBaseGUI\__checkPDF(), __initDetails(), __initFilterGUI(), and ilLearningProgressBaseGUI\ilLearningProgressBaseGUI().
ilLPListOfObjectsGUI::show | ( | ) |
Definition at line 490 of file class.ilLPListOfObjectsGUI.php.
References $ilBench, __initDetails(), __listObjects(), details(), ilLearningProgressBaseGUI\getMode(), ilLearningProgressBaseGUI\getRefId(), and LP_MODE_REPOSITORY.
ilLPListOfObjectsGUI::showDetails | ( | ) |
Definition at line 453 of file class.ilLPListOfObjectsGUI.php.
References $_GET, $_POST, $_SESSION, $details_id, and details().
ilLPListOfObjectsGUI::updateUser | ( | ) |
Definition at line 134 of file class.ilLPListOfObjectsGUI.php.
References $_POST, details(), ilUtil\sendSuccess(), and ilUtil\stripSlashes().
ilLPListOfObjectsGUI::$details_id = 0 |
Definition at line 45 of file class.ilLPListOfObjectsGUI.php.
Referenced by __detailsShown(), and showDetails().
ilLPListOfObjectsGUI::$details_mode = 0 |
Definition at line 47 of file class.ilLPListOfObjectsGUI.php.
ilLPListOfObjectsGUI::$details_type = '' |
Definition at line 46 of file class.ilLPListOfObjectsGUI.php.