|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilLPListOfSettingsGUI:
Collaboration diagram for ilLPListOfSettingsGUI:Public Member Functions | |
| __construct (int $a_mode, int $a_ref_id) | |
| executeCommand () | |
| execute command More... | |
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 | |
| initItemIdsFromPost () | |
| show () | |
| Show settings tables. More... | |
| initFormSettings () | |
| saveSettings () | |
| getTableByMode () | |
| Get tables by mode. More... | |
| assign () | |
| deassign () | |
| groupMaterials () | |
| Group materials. More... | |
| releaseMaterials () | |
| saveObligatoryMaterials () | |
| Save obligatory state per grouped materials. More... | |
| updateTLT () | |
| getLPPathInfo (int $a_ref_id, array &$a_res) | |
| handleLPUsageInfo () | |
Protected Member Functions inherited from ilLearningProgressBaseGUI | |
| initUserIdFromQuery () | |
| initEditUserForm (int $a_user_id, int $a_obj_id, ?string $a_cancel=null) | |
Protected Attributes | |
| ilLPObjSettings | $obj_settings |
| ilObjectLP | $obj_lp |
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 |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilLPListOfSettingsGUI
Definition at line 28 of file class.ilLPListOfSettingsGUI.php.
| ilLPListOfSettingsGUI::__construct | ( | int | $a_mode, |
| int | $a_ref_id | ||
| ) |
Definition at line 33 of file class.ilLPListOfSettingsGUI.php.
References ILIAS\GlobalScreen\Provider\__construct(), ilObjectLP\getInstance(), and ilLearningProgressBaseGUI\getObjId().
Here is the call graph for this function:
|
protected |
Definition at line 229 of file class.ilLPListOfSettingsGUI.php.
References ilLPStatusWrapper\_refreshStatus(), ILIAS\Repository\ctrl(), ilLearningProgressBaseGUI\getObjId(), initItemIdsFromPost(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 259 of file class.ilLPListOfSettingsGUI.php.
References ilLPStatusWrapper\_refreshStatus(), ILIAS\Repository\ctrl(), ilLearningProgressBaseGUI\getObjId(), initItemIdsFromPost(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilLPListOfSettingsGUI::executeCommand | ( | ) |
execute command
Definition at line 44 of file class.ilLPListOfSettingsGUI.php.
References ilLearningProgressBaseGUI\__getDefaultCommand(), and ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
protected |
Definition at line 439 of file class.ilLPListOfSettingsGUI.php.
References $path, ilObjectLP\getInstance(), ILIAS\Repository\int(), and ilObjectLP\isSupportedObjectType().
Referenced by handleLPUsageInfo().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Get tables by mode.
Definition at line 213 of file class.ilLPListOfSettingsGUI.php.
References ilLearningProgressBaseGUI\getRefId().
Referenced by saveSettings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Group materials.
Definition at line 293 of file class.ilLPListOfSettingsGUI.php.
References ilLPStatusWrapper\_refreshStatus(), ILIAS\Repository\ctrl(), ilLearningProgressBaseGUI\getObjId(), initItemIdsFromPost(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 482 of file class.ilLPListOfSettingsGUI.php.
References $panel, $params, $parts, ilLearningProgressBaseGUI\$ref_id, ilLearningProgressBaseGUI\$tpl, ilObject\_getIcon(), ilLink\_getLink(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), ILIAS\Repository\access(), ilGlobalTemplateInterface\get(), ilPanelGUI\getInstance(), getLPPathInfo(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ilPanelGUI\PANEL_STYLE_SECONDARY, ilGlobalTemplateInterface\parseCurrentBlock(), ILIAS\Repository\refinery(), ilGlobalTemplateInterface\setCurrentBlock(), ilGlobalTemplateInterface\setVariable(), and ilGlobalTemplateInterface\touchBlock().
Referenced by saveSettings(), and show().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 86 of file class.ilLPListOfSettingsGUI.php.
References ilObjUserTracking\_getValidTimeSpan(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ilLPObjSettings\LP_MODE_VISITS.
Referenced by saveSettings(), and show().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 54 of file class.ilLPListOfSettingsGUI.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Referenced by assign(), deassign(), groupMaterials(), and releaseMaterials().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 324 of file class.ilLPListOfSettingsGUI.php.
References ilLPStatusWrapper\_refreshStatus(), ILIAS\Repository\ctrl(), ilLearningProgressBaseGUI\getObjId(), initItemIdsFromPost(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Save obligatory state per grouped materials.
Definition at line 354 of file class.ilLPListOfSettingsGUI.php.
References Vendor\Package\$e, ilLPStatusWrapper\_refreshStatus(), ILIAS\Repository\ctrl(), ilLearningProgressBaseGUI\getObjId(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), and ILIAS\Repository\refinery().
Here is the call graph for this function:
|
protected |
Definition at line 135 of file class.ilLPListOfSettingsGUI.php.
References ILIAS\Repository\ctrl(), getTableByMode(), handleLPUsageInfo(), initFormSettings(), ILIAS\Repository\int(), ILIAS\Repository\lng(), ilLPObjSettings\LP_MODE_MANUAL_BY_TUTOR, ilLPObjSettings\LP_MODE_VISITS, and true.
Here is the call graph for this function:
|
protected |
Show settings tables.
Definition at line 70 of file class.ilLPListOfSettingsGUI.php.
References handleLPUsageInfo(), ILIAS\Repository\help(), and initFormSettings().
Here is the call graph for this function:
|
protected |
| ilCtrlException |
Definition at line 409 of file class.ilLPListOfSettingsGUI.php.
References ilLPStatusWrapper\_refreshStatus(), ILIAS\Repository\ctrl(), ilLearningProgressBaseGUI\getObjId(), ILIAS\FileDelivery\http(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 31 of file class.ilLPListOfSettingsGUI.php.
|
protected |
Definition at line 30 of file class.ilLPListOfSettingsGUI.php.