ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct ($a_mode, $a_ref_id=0, $a_usr_id=0) | |
isAnonymized () | |
getMode () | |
getRefId () | |
getObjId () | |
getUserId () | |
__getDefaultCommand () | |
__setSubTabs ($a_active) | |
__buildFooter () | |
__buildHeader () | |
__insertPath (&$a_tpl, $a_ref_id) | |
insert path More... | |
__showImageByStatus (&$tpl, $a_status, $tpl_prefix="") | |
& | __initTableGUI () |
__showObjectDetails (&$info, $item_id=0, $add_section=true) | |
show details about current object. More... | |
__appendUserInfo (&$info, $a_user) | |
__appendLPDetails (&$info, $item_id, $user_id) | |
__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. More... | |
__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) | |
Static Public Member Functions | |
static | _showImageByStatus (&$tpl, $a_status, $tpl_prefix="") |
static | _getImagePathForStatus ($a_status) |
Get image path for status. More... | |
static | _getStatusText ($a_status, $a_lng=null) |
Get status alt text. More... | |
static | __readStatus ($a_obj_id, $user_id) |
static | isObjectOffline ($a_obj_id, $a_type=null) |
Data Fields | |
$tpl = null | |
$ctrl = null | |
$lng = null | |
$ref_id = 0 | |
$mode = 0 | |
const | LP_CONTEXT_PERSONAL_DESKTOP = 1 |
const | LP_CONTEXT_ADMINISTRATION = 2 |
const | LP_CONTEXT_REPOSITORY = 3 |
const | LP_CONTEXT_USER_FOLDER = 4 |
const | LP_CONTEXT_ORG_UNIT = 5 |
const | LP_ACTIVE_SETTINGS = 1 |
const | LP_ACTIVE_OBJECTS = 2 |
const | LP_ACTIVE_PROGRESS = 3 |
const | LP_ACTIVE_USERS = 5 |
const | LP_ACTIVE_SUMMARY = 6 |
const | LP_ACTIVE_OBJSTATACCESS = 7 |
const | LP_ACTIVE_OBJSTATTYPES = 8 |
const | LP_ACTIVE_OBJSTATDAILY = 9 |
const | LP_ACTIVE_OBJSTATADMIN = 10 |
const | LP_ACTIVE_MATRIX = 11 |
Protected Member Functions | |
initEditUserForm ($a_user_id, $a_obj_id, $a_cancel=null) | |
Protected Attributes | |
$anonymized | |
$logger | |
Definition at line 21 of file class.ilLearningProgressBaseGUI.php.
ilLearningProgressBaseGUI::__construct | ( | $a_mode, | |
$a_ref_id = 0 , |
|||
$a_usr_id = 0 |
|||
) |
Definition at line 56 of file class.ilLearningProgressBaseGUI.php.
References $GLOBALS, $ilCtrl, $lng, $tpl, ilObjUserTracking\_enabledUserRelatedData(), and ilObjectLP\getInstance().
ilLearningProgressBaseGUI::__appendLPDetails | ( | & | $info, |
$item_id, | |||
$user_id | |||
) |
Definition at line 479 of file class.ilLearningProgressBaseGUI.php.
References $comment, $info, $mode, $type, __readStatus(), _getImagePathForStatus(), ilLearningProgress\_getProgress(), _getStatusText(), ilLPMarks\_lookupComment(), ilLPMarks\_lookupMark(), ilLPStatus\_lookupPercentage(), ilObject\_lookupTitle(), array, ilDatePresentation\formatDate(), ilObjectLP\getInstance(), IL_CAL_UNIX, ilUtil\img(), ilLPObjSettings\LP_MODE_SCORM, ilLPObjSettings\LP_MODE_TEST_PASSED, ilLPObjSettings\LP_MODE_TLT, ilLPObjSettings\LP_MODE_VISITS, ilDatePresentation\secondsToString(), ilObjectLP\supportsMark(), and ilObjectLP\supportsSpentSeconds().
Referenced by ilLPListOfProgressGUI\show().
ilLearningProgressBaseGUI::__appendUserInfo | ( | & | $info, |
$a_user | |||
) |
Definition at line 452 of file class.ilLearningProgressBaseGUI.php.
References $ilUser, $info, ilDatePresentation\formatDate(), ilObjectFactory\getInstanceByObjId(), IL_CAL_DATETIME, and ilDatePresentation\secondsToString().
Referenced by ilLPListOfProgressGUI\__showProgressList(), ilLPListOfObjectsGUI\editUser(), ilLPListOfProgressGUI\show(), and ilLPListOfObjectsGUI\userDetails().
ilLearningProgressBaseGUI::__buildFooter | ( | ) |
Definition at line 258 of file class.ilLearningProgressBaseGUI.php.
References getMode().
Referenced by ilLearningProgressGUI\executeCommand().
ilLearningProgressBaseGUI::__buildHeader | ( | ) |
Definition at line 267 of file class.ilLearningProgressBaseGUI.php.
References getMode(), and ilUtil\infoPanel().
Referenced by ilLearningProgressGUI\executeCommand().
ilLearningProgressBaseGUI::__getDefaultCommand | ( | ) |
Definition at line 114 of file class.ilLearningProgressBaseGUI.php.
Referenced by ilLPListOfProgressGUI\executeCommand(), ilLPListOfSettingsGUI\executeCommand(), ilLPListOfObjectsGUI\executeCommand(), and ilLPObjectStatisticsGUI\executeCommand().
ilLearningProgressBaseGUI::__getLegendHTML | ( | ) |
Definition at line 661 of file class.ilLearningProgressBaseGUI.php.
References $lng, $tpl, ilUtil\getImagePath(), ilPanelGUI\getInstance(), and ilPanelGUI\PANEL_STYLE_SECONDARY.
Referenced by ilLPListOfObjectsGUI\__listObjects(), ilLPListOfProgressGUI\__showProgressList(), ilLPListOfObjectsGUI\__showUsersList(), ilLPListOfProgressGUI\show(), ilLPListOfObjectsGUI\showUserObjectMatrix(), and ilLPListOfObjectsGUI\userDetails().
ilLearningProgressBaseGUI::__getPercent | ( | $max, | |
$reached | |||
) |
Definition at line 625 of file class.ilLearningProgressBaseGUI.php.
& ilLearningProgressBaseGUI::__initTableGUI | ( | ) |
Definition at line 410 of file class.ilLearningProgressBaseGUI.php.
ilLearningProgressBaseGUI::__insertPath | ( | & | $a_tpl, |
$a_ref_id | |||
) |
insert path
Definition at line 298 of file class.ilLearningProgressBaseGUI.php.
References $counter, $data, and $path.
ilLearningProgressBaseGUI::__readItemStatusInfo | ( | $a_items | ) |
Definition at line 634 of file class.ilLearningProgressBaseGUI.php.
References ilMDEducational\_getTypicalLearningTimeSeconds(), ilLPObjSettings\_lookupVisits(), ilObjectLP\getInstance(), ilLPObjSettings\LP_MODE_SCORM, ilLPObjSettings\LP_MODE_TLT, and ilLPObjSettings\LP_MODE_VISITS.
|
static |
Definition at line 565 of file class.ilLearningProgressBaseGUI.php.
References ilLPStatus\_lookupStatus(), ilLPStatus\LP_STATUS_COMPLETED, ilLPStatus\LP_STATUS_COMPLETED_NUM, ilLPStatus\LP_STATUS_FAILED, ilLPStatus\LP_STATUS_FAILED_NUM, ilLPStatus\LP_STATUS_IN_PROGRESS, ilLPStatus\LP_STATUS_IN_PROGRESS_NUM, ilLPStatus\LP_STATUS_NOT_ATTEMPTED, and ilLPStatus\LP_STATUS_NOT_ATTEMPTED_NUM.
Referenced by __appendLPDetails(), and ilObjSCORMLearningModule\exportSelected().
ilLearningProgressBaseGUI::__setSubTabs | ( | $a_active | ) |
Definition at line 122 of file class.ilLearningProgressBaseGUI.php.
References ilObjUserTracking\_enabledUserRelatedData(), ilObjUserTracking\_hasLearningProgressLearner(), ilObjUserTracking\_hasLearningProgressOtherUsers(), ilLearningProgressAccess\checkPermission(), ilObjectLP\getInstance(), getMode(), getRefId(), getUserId(), isAnonymized(), and ilObjectLP\supportsMatrixView().
Referenced by ilLearningProgressGUI\executeCommand().
ilLearningProgressBaseGUI::__showEditUser | ( | $a_user_id, | |
$a_ref_id, | |||
$a_cancel, | |||
$a_sub_id = false |
|||
) |
Definition at line 761 of file class.ilLearningProgressBaseGUI.php.
References $form, $ilCtrl, ilObject\_lookupObjId(), and initEditUserForm().
Referenced by ilLPListOfObjectsGUI\editUser().
ilLearningProgressBaseGUI::__showImageByStatus | ( | & | $tpl, |
$a_status, | |||
$tpl_prefix = "" |
|||
) |
Definition at line 320 of file class.ilLearningProgressBaseGUI.php.
References $tpl, and _showImageByStatus().
ilLearningProgressBaseGUI::__showObjectDetails | ( | & | $info, |
$item_id = 0 , |
|||
$add_section = true |
|||
) |
show details about current object.
Uses an existing info_gui object.
Definition at line 421 of file class.ilLearningProgressBaseGUI.php.
References $info, $mode, ilMDEducational\_getTypicalLearningTimeSeconds(), ilLPObjSettings\_lookupVisits(), ilObjectLP\getInstance(), ilLPObjSettings\LP_MODE_VISITS, and ilDatePresentation\secondsToString().
Referenced by ilLPListOfObjectsGUI\details(), ilLPListOfObjectsGUI\editUser(), ilLPListOfProgressGUI\show(), ilLPListOfObjectsGUI\showUserObjectMatrix(), and ilLPListOfObjectsGUI\userDetails().
ilLearningProgressBaseGUI::__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.
array | Array of ids |
string | table name |
string | table field |
string | id name |
protected
Definition at line 601 of file class.ilLearningProgressBaseGUI.php.
References $ilDB, $query, $res, $row, array, and ilDBConstants\FETCHMODE_OBJECT.
ilLearningProgressBaseGUI::__updateUser | ( | $user_id, | |
$obj_id | |||
) |
Definition at line 780 of file class.ilLearningProgressBaseGUI.php.
References $form, ilLPStatusWrapper\_updateStatus(), and initEditUserForm().
Referenced by ilLPListOfObjectsGUI\updateUser().
|
static |
Get image path for status.
Definition at line 342 of file class.ilLearningProgressBaseGUI.php.
References ilUtil\getImagePath(), ilLPStatus\LP_STATUS_COMPLETED, ilLPStatus\LP_STATUS_COMPLETED_NUM, ilLPStatus\LP_STATUS_FAILED, ilLPStatus\LP_STATUS_FAILED_NUM, ilLPStatus\LP_STATUS_IN_PROGRESS, ilLPStatus\LP_STATUS_IN_PROGRESS_NUM, ilLPStatus\LP_STATUS_NOT_ATTEMPTED, ilLPStatus\LP_STATUS_NOT_PARTICIPATED, ilLPStatus\LP_STATUS_NOT_REGISTERED, ilLPStatus\LP_STATUS_PARTICIPATED, and ilLPStatus\LP_STATUS_REGISTERED.
Referenced by __appendLPDetails(), ilLPObjectStatisticsLPTableGUI\__construct(), _showImageByStatus(), ilLMExplorerGUI\checkLPIcon(), ilLPProgressTableGUI\fillRow(), ilTrUserObjectsPropsTableGUI\fillRow(), ilLPObjectStatisticsLPTableGUI\getDetailItems(), ilIndividualAssessmentMembersTableGUI\getImagetPathForStatus(), ilTrSummaryTableGUI\getItems(), ilDclRecordListTableGUI\getStatus(), ilMyStaffGUI\getUserLpStatusAsHtml(), ilLearningProgressGUI\initCollectionManualForm(), ilSCORMTrackingItemsTableGUI\parseValue(), ilSCORM2004TrackingItemsTableGUI\parseValue(), ilLPTableBaseGUI\parseValue(), ilLPStatus\preloadListGUIData(), ilPortfolioPageGUI\renderMyCourses(), and ilLearningProgressGUI\showtlt().
|
static |
Get status alt text.
Definition at line 380 of file class.ilLearningProgressBaseGUI.php.
References $lng, ilLPStatus\LP_STATUS_COMPLETED, ilLPStatus\LP_STATUS_COMPLETED_NUM, ilLPStatus\LP_STATUS_FAILED, ilLPStatus\LP_STATUS_FAILED_NUM, ilLPStatus\LP_STATUS_IN_PROGRESS, ilLPStatus\LP_STATUS_IN_PROGRESS_NUM, ilLPStatus\LP_STATUS_NOT_ATTEMPTED, and ilLPStatus\LP_STATUS_NOT_ATTEMPTED_NUM.
Referenced by __appendLPDetails(), ilLPObjectStatisticsLPTableGUI\__construct(), ilTrSummaryTableGUI\fillHeaderCSV(), ilTrSummaryTableGUI\fillHeaderExcel(), ilLPProgressTableGUI\fillRow(), ilTrUserObjectsPropsTableGUI\fillRow(), ilSCORMTrackingItemsTableGUI\fillRowCSV(), ilSCORM2004TrackingItemsTableGUI\fillRowCSV(), ilLPProgressTableGUI\fillRowCSV(), ilTrObjectUsersPropsTableGUI\fillRowCSV(), ilTrUserObjectsPropsTableGUI\fillRowCSV(), ilTrMatrixTableGUI\fillRowCSV(), ilSCORMTrackingItemsTableGUI\fillRowExcel(), ilSCORM2004TrackingItemsTableGUI\fillRowExcel(), ilLPProgressTableGUI\fillRowExcel(), ilTrObjectUsersPropsTableGUI\fillRowExcel(), ilTrUserObjectsPropsTableGUI\fillRowExcel(), ilTrMatrixTableGUI\fillRowExcel(), ilCourseMailTemplateTutorContext\getDescription(), ilScormMailTemplateLPContext\getDescription(), ilLPObjectStatisticsLPTableGUI\getDetailItems(), ilLPObjectStatisticsLPTableGUI\getGraph(), ilTrSummaryTableGUI\getItems(), ilMyStaffGUI\getUserLpStatusAsHtml(), ilMyStaffGUI\getUserLpStatusAsText(), ilLearningProgressGUI\initCollectionManualForm(), ilLPObjectStatisticsLPTableGUI\initFilter(), ilSCORMTrackingItemsTableGUI\parseValue(), ilSCORM2004TrackingItemsTableGUI\parseValue(), ilLPTableBaseGUI\parseValue(), ilLPStatus\preloadListGUIData(), ilPortfolioPageGUI\renderMyCourses(), and ilLearningProgressGUI\showtlt().
|
static |
Definition at line 326 of file class.ilLearningProgressBaseGUI.php.
References $lng, $tpl, and _getImagePathForStatus().
Referenced by __showImageByStatus().
ilLearningProgressBaseGUI::getMode | ( | ) |
Definition at line 87 of file class.ilLearningProgressBaseGUI.php.
References $mode.
Referenced by __buildFooter(), __buildHeader(), ilLearningProgressGUI\__getNextClass(), __setSubTabs(), ilLPListOfProgressGUI\__showProgressList(), ilLPListOfObjectsGUI\details(), ilLearningProgressGUI\executeCommand(), ilLPListOfProgressGUI\show(), and ilLPListOfObjectsGUI\show().
ilLearningProgressBaseGUI::getObjId | ( | ) |
Definition at line 97 of file class.ilLearningProgressBaseGUI.php.
Referenced by ilLPListOfSettingsGUI\__construct(), ilLPListOfSettingsGUI\assign(), ilLPListOfSettingsGUI\deassign(), ilLPListOfSettingsGUI\groupMaterials(), ilLearningProgressGUI\initCollectionManualForm(), ilLPListOfSettingsGUI\releaseMaterials(), ilLPListOfSettingsGUI\saveObligatoryMaterials(), ilLearningProgressGUI\showtlt(), ilLearningProgressGUI\updateManual(), and ilLPListOfSettingsGUI\updateTLT().
ilLearningProgressBaseGUI::getRefId | ( | ) |
Definition at line 92 of file class.ilLearningProgressBaseGUI.php.
References $ref_id.
Referenced by ilLearningProgressGUI\__getNextClass(), ilLPListOfProgressGUI\__initDetails(), ilLPListOfObjectsGUI\__initDetails(), __setSubTabs(), ilLearningProgressGUI\editManual(), ilLearningProgressGUI\executeCommand(), ilLPListOfSettingsGUI\getTableByMode(), ilLearningProgressGUI\initCollectionManualForm(), ilLPListOfProgressGUI\show(), ilLPListOfObjectsGUI\show(), ilLPListOfObjectsGUI\showObjectSummary(), ilLearningProgressGUI\showtlt(), ilLPListOfObjectsGUI\showUserObjectMatrix(), and ilLearningProgressGUI\updateManual().
ilLearningProgressBaseGUI::getUserId | ( | ) |
Definition at line 102 of file class.ilLearningProgressBaseGUI.php.
References $_GET.
Referenced by __setSubTabs(), ilLearningProgressGUI\executeCommand(), ilLPListOfProgressGUI\executeCommand(), and ilLPListOfProgressGUI\show().
|
protected |
Definition at line 707 of file class.ilLearningProgressBaseGUI.php.
References $form, $ilCtrl, $lng, ilLPStatus\_lookupStatus(), ilObject\_lookupTitle(), ilObject\_lookupType(), ilObjectLP\getInstance(), ilUserUtil\getNamePresentation(), ilLPObjSettings\LP_MODE_MANUAL, ilLPObjSettings\LP_MODE_MANUAL_BY_TUTOR, ilLPStatus\LP_STATUS_COMPLETED_NUM, ilCheckboxInputGUI\setChecked(), ilTextInputGUI\setValue(), ilNonEditableValueGUI\setValue(), and ilObjectLP\supportsMark().
Referenced by __showEditUser(), and __updateUser().
ilLearningProgressBaseGUI::isAnonymized | ( | ) |
Definition at line 82 of file class.ilLearningProgressBaseGUI.php.
References $anonymized.
Referenced by __setSubTabs(), ilLPListOfObjectsGUI\__showUsersList(), ilLPListOfObjectsGUI\showUserObjectMatrix(), and ilLPListOfObjectsGUI\userDetails().
|
static |
Definition at line 811 of file class.ilLearningProgressBaseGUI.php.
References $a_type, and array.
Referenced by ilLPProgressTableGUI\getItems(), and ilTrSummaryTableGUI\getItems().
|
protected |
Definition at line 29 of file class.ilLearningProgressBaseGUI.php.
Referenced by isAnonymized().
ilLearningProgressBaseGUI::$ctrl = null |
Definition at line 24 of file class.ilLearningProgressBaseGUI.php.
ilLearningProgressBaseGUI::$lng = null |
Definition at line 25 of file class.ilLearningProgressBaseGUI.php.
Referenced by __construct(), __getLegendHTML(), _getStatusText(), _showImageByStatus(), ilLPObjectStatisticsGUI\admin(), ilLPObjectStatisticsGUI\adminSync(), ilLPObjectStatisticsGUI\confirmDeleteData(), ilLPObjectStatisticsGUI\deleteData(), ilLPListOfSettingsGUI\handleLPUsageInfo(), ilLearningProgressGUI\initCollectionManualForm(), initEditUserForm(), ilLPObjectStatisticsGUI\showAccessGraph(), ilLPObjectStatisticsGUI\showAggregationInfo(), ilLPObjectStatisticsGUI\showCronJobInfo(), ilLPObjectStatisticsGUI\showDailyGraph(), ilLPObjectStatisticsGUI\showLearningProgressGraph(), ilLearningProgressGUI\showtlt(), ilLPObjectStatisticsGUI\showTypesGraph(), and ilLearningProgressGUI\updateManual().
|
protected |
Definition at line 34 of file class.ilLearningProgressBaseGUI.php.
ilLearningProgressBaseGUI::$mode = 0 |
Definition at line 27 of file class.ilLearningProgressBaseGUI.php.
Referenced by __appendLPDetails(), __showObjectDetails(), and getMode().
ilLearningProgressBaseGUI::$ref_id = 0 |
Definition at line 26 of file class.ilLearningProgressBaseGUI.php.
Referenced by getRefId(), and ilLPListOfSettingsGUI\handleLPUsageInfo().
ilLearningProgressBaseGUI::$tpl = null |
Definition at line 23 of file class.ilLearningProgressBaseGUI.php.
Referenced by __construct(), __getLegendHTML(), __showImageByStatus(), _showImageByStatus(), ilLPObjectStatisticsGUI\access(), ilLPObjectStatisticsGUI\admin(), ilLPObjectStatisticsGUI\confirmDeleteData(), ilLPObjectStatisticsGUI\daily(), ilLearningProgressGUI\editManual(), ilLPListOfSettingsGUI\handleLPUsageInfo(), ilLPObjectStatisticsGUI\learningProgress(), ilLPObjectStatisticsGUI\showAccessGraph(), ilLPObjectStatisticsGUI\showDailyGraph(), ilLPObjectStatisticsGUI\showLearningProgressGraph(), ilLPListOfObjectsGUI\showObjectSummary(), ilLearningProgressGUI\showtlt(), ilLPObjectStatisticsGUI\showTypesGraph(), ilLPListOfObjectsGUI\showUserObjectMatrix(), and ilLPObjectStatisticsGUI\types().
const ilLearningProgressBaseGUI::LP_ACTIVE_MATRIX = 11 |
Definition at line 54 of file class.ilLearningProgressBaseGUI.php.
const ilLearningProgressBaseGUI::LP_ACTIVE_OBJECTS = 2 |
Definition at line 45 of file class.ilLearningProgressBaseGUI.php.
const ilLearningProgressBaseGUI::LP_ACTIVE_OBJSTATACCESS = 7 |
Definition at line 50 of file class.ilLearningProgressBaseGUI.php.
const ilLearningProgressBaseGUI::LP_ACTIVE_OBJSTATADMIN = 10 |
Definition at line 53 of file class.ilLearningProgressBaseGUI.php.
const ilLearningProgressBaseGUI::LP_ACTIVE_OBJSTATDAILY = 9 |
Definition at line 52 of file class.ilLearningProgressBaseGUI.php.
const ilLearningProgressBaseGUI::LP_ACTIVE_OBJSTATTYPES = 8 |
Definition at line 51 of file class.ilLearningProgressBaseGUI.php.
const ilLearningProgressBaseGUI::LP_ACTIVE_PROGRESS = 3 |
Definition at line 46 of file class.ilLearningProgressBaseGUI.php.
const ilLearningProgressBaseGUI::LP_ACTIVE_SETTINGS = 1 |
Definition at line 44 of file class.ilLearningProgressBaseGUI.php.
const ilLearningProgressBaseGUI::LP_ACTIVE_SUMMARY = 6 |
Definition at line 49 of file class.ilLearningProgressBaseGUI.php.
const ilLearningProgressBaseGUI::LP_ACTIVE_USERS = 5 |
Definition at line 48 of file class.ilLearningProgressBaseGUI.php.
const ilLearningProgressBaseGUI::LP_CONTEXT_ADMINISTRATION = 2 |
Definition at line 39 of file class.ilLearningProgressBaseGUI.php.
Referenced by ilObjUserTrackingGUI\executeCommand().
const ilLearningProgressBaseGUI::LP_CONTEXT_ORG_UNIT = 5 |
Definition at line 42 of file class.ilLearningProgressBaseGUI.php.
Referenced by ilObjOrgUnitGUI\executeCommand(), and ilLPProgressTableGUI\getItems().
const ilLearningProgressBaseGUI::LP_CONTEXT_PERSONAL_DESKTOP = 1 |
Definition at line 38 of file class.ilLearningProgressBaseGUI.php.
Referenced by ilPersonalDesktopGUI\executeCommand().
const ilLearningProgressBaseGUI::LP_CONTEXT_REPOSITORY = 3 |
Definition at line 40 of file class.ilLearningProgressBaseGUI.php.
Referenced by ilObjSAHSLearningModuleGUI\executeCommand(), ilSAHSPresentationGUI\executeCommand(), ilObjFileGUI\executeCommand(), ilObjGroupGUI\executeCommand(), ilObjectPluginGUI\executeCommand(), ilObjIndividualAssessmentGUI\executeCommand(), ilObjExerciseGUI\executeCommand(), ilObjSessionGUI\executeCommand(), ilObjSurveyGUI\executeCommand(), ilObjFileBasedLMGUI\executeCommand(), ilObjMediaCastGUI\executeCommand(), ilObjContentObjectGUI\executeCommand(), ilObjFolderGUI\executeCommand(), ilObjTestGUI\executeCommand(), ilLMPresentationGUI\executeCommand(), and ilObjCourseGUI\executeCommand().
const ilLearningProgressBaseGUI::LP_CONTEXT_USER_FOLDER = 4 |
Definition at line 41 of file class.ilLearningProgressBaseGUI.php.
Referenced by ilObjUserGUI\executeCommand().