|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilLPListOfProgressGUI:
Collaboration diagram for ilLPListOfProgressGUI:Public Member Functions | |
| __construct (int $a_mode, int $a_ref_id, int $a_user_id=0) | |
| executeCommand () | |
| execute command More... | |
| show () | |
| details () | |
| __showProgressList () | |
| __initUser (int $a_usr_id=0) | |
| __initDetails (int $a_details_id) | |
Public Member Functions inherited from ilLearningProgressBaseGUI | |
| __construct (int $a_mode, int $a_ref_id=0, int $a_usr_id=0) | |
| isAnonymized () | |
| getMode () | |
| getRefId () | |
| getObjId () | |
| getUserId () | |
| __getDefaultCommand () | |
| __setSubTabs (int $a_active) | |
| __buildFooter () | |
| __buildHeader () | |
| __showObjectDetails (ilInfoScreenGUI $info, int $item_id=0, bool $add_section=true) | |
| show details about current object. More... | |
| __appendLPDetails (ilInfoScreenGUI $info, int $item_id, int $user_id) | |
| __getLegendHTML (int $variant=ilLPStatusIcons::ICON_VARIANT_LONG) | |
| __showEditUser (int $a_user_id, int $a_ref_id, ?string $a_cancel=null, int $a_sub_id=0) | |
| __updateUser (int $user_id, int $obj_id) | |
Protected Member Functions | |
| initDetailsIdFromQuery () | |
| saveProgress () | |
Protected Member Functions inherited from ilLearningProgressBaseGUI | |
| initUserIdFromQuery () | |
| initEditUserForm (int $a_user_id, int $a_obj_id, ?string $a_cancel=null) | |
Protected Attributes | |
| ilObjUser | $tracked_user = null |
| int | $details_id = 0 |
| int | $details_obj_id = 0 |
| string | $details_type = '' |
| int | $details_mode = 0 |
Protected Attributes inherited from ilLearningProgressBaseGUI | |
| RefineryFactory | $refinery |
| HttpServices | $http |
| ilGlobalTemplateInterface | $tpl |
| ilHelpGUI | $help |
| ilCtrlInterface | $ctrl |
| ilLanguage | $lng |
| ilLogger | $logger |
| ilTabsGUI | $tabs_gui |
| ilToolbarGUI | $toolbar |
| ilObjectDataCache | $ilObjectDataCache |
| ilObjUser | $user |
| ilAccessHandler | $access |
| ilRbacSystem | $rbacsystem |
| ilRbacReview | $rbacreview |
| ilTree | $tree |
| bool | $anonymized |
| int | $usr_id = 0 |
| int | $ref_id = 0 |
| int | $obj_id = 0 |
| string | $obj_type = '' |
| int | $mode = 0 |
| 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 |
Additional Inherited Members | |
Static Public Member Functions inherited from ilLearningProgressBaseGUI | |
| static | _getStatusText (int $a_status, ?ilLanguage $a_lng=null) |
| Get status alt text. More... | |
| static | __readStatus (int $a_obj_id, int $user_id) |
| @noinspection PhpInconsistentReturnPointsInspection More... | |
| static | isObjectOffline (int $a_obj_id, string $a_type='') |
Data Fields inherited from ilLearningProgressBaseGUI | |
| 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 |
Definition at line 27 of file class.ilLPListOfProgressGUI.php.
| ilLPListOfProgressGUI::__construct | ( | int | $a_mode, |
| int | $a_ref_id, | ||
| int | $a_user_id = 0 |
||
| ) |
Reimplemented from ilLearningProgressBaseGUI.
Definition at line 35 of file class.ilLPListOfProgressGUI.php.
References ILIAS\GlobalScreen\Provider\__construct(), __initDetails(), __initUser(), ILIAS\Repository\ctrl(), and initDetailsIdFromQuery().
Here is the call graph for this function:| ilLPListOfProgressGUI::__initDetails | ( | int | $a_details_id | ) |
Definition at line 284 of file class.ilLPListOfProgressGUI.php.
References ilObject\_getAllReferences(), ilObjectLP\getInstance(), ilLearningProgressBaseGUI\getRefId(), ilObjectDataCache\lookupObjId(), and ilObjectDataCache\lookupType().
Referenced by __construct(), and show().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPListOfProgressGUI::__initUser | ( | int | $a_usr_id = 0 | ) |
Definition at line 238 of file class.ilLPListOfProgressGUI.php.
References ilLearningProgressBaseGUI\$user, ilObjOrgUnitAccess\_checkAccessToUserLearningProgress(), ILIAS\Repository\ctrl(), ilObjectFactory\getInstanceByObjId(), ILIAS\FileDelivery\http(), ILIAS\Repository\refinery(), and SYSTEM_ROLE_ID.
Referenced by __construct(), and show().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPListOfProgressGUI::__showProgressList | ( | ) |
Definition at line 206 of file class.ilLPListOfProgressGUI.php.
References ilLearningProgressBaseGUI\__getLegendHTML(), ILIAS\Repository\ctrl(), and ilLearningProgressBaseGUI\getMode().
Referenced by show().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPListOfProgressGUI::details | ( | ) |
Definition at line 112 of file class.ilLPListOfProgressGUI.php.
References ilLearningProgressBaseGUI\$obj_id, ilLearningProgressBaseGUI\__appendLPDetails(), ilLearningProgressBaseGUI\__getLegendHTML(), ilLearningProgressBaseGUI\__showObjectDetails(), ilObject\_lookupObjectId(), ILIAS\Repository\access(), ilLearningProgressAccess\checkPermission(), ILIAS\Repository\ctrl(), ilObjectLP\getInstance(), ilLearningProgressBaseGUI\getMode(), ilLearningProgressBaseGUI\getRefId(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), and ILIAS\Repository\toolbar().
Referenced by show().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPListOfProgressGUI::executeCommand | ( | ) |
execute command
Definition at line 59 of file class.ilLPListOfProgressGUI.php.
References ilLearningProgressBaseGUI\__getDefaultCommand(), ILIAS\Repository\ctrl(), and ilLearningProgressBaseGUI\getUserId().
Here is the call graph for this function:
|
protected |
Definition at line 45 of file class.ilLPListOfProgressGUI.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 102 of file class.ilLPListOfProgressGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilLPListOfProgressGUI::show | ( | ) |
Definition at line 80 of file class.ilLPListOfProgressGUI.php.
References __initDetails(), __initUser(), __showProgressList(), details(), ilLearningProgressBaseGUI\getMode(), ilLearningProgressBaseGUI\getRefId(), ilLearningProgressBaseGUI\getUserId(), ilLearningProgressBaseGUI\LP_CONTEXT_ORG_UNIT, ilLearningProgressBaseGUI\LP_CONTEXT_REPOSITORY, and ilLearningProgressBaseGUI\LP_CONTEXT_USER_FOLDER.
Here is the call graph for this function:
|
protected |
Definition at line 30 of file class.ilLPListOfProgressGUI.php.
|
protected |
Definition at line 33 of file class.ilLPListOfProgressGUI.php.
|
protected |
Definition at line 31 of file class.ilLPListOfProgressGUI.php.
|
protected |
Definition at line 32 of file class.ilLPListOfProgressGUI.php.
|
protected |
Definition at line 29 of file class.ilLPListOfProgressGUI.php.