| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
Class ilLPListOfSettingsGUI. 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, string $item_type='', 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 () | |
| readTypicalLearningTimeInSeconds (int $obj_id, int $sub_id, string $type) | |
| 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 | 
| UIFactory | $ui_factory | 
| UIRenderer | $ui_renderer | 
| LOMServices | $lom_services | 
| 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) | 
| 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 | 
Class ilLPListOfSettingsGUI.
Definition at line 27 of file class.ilLPListOfSettingsGUI.php.
| ilLPListOfSettingsGUI::__construct | ( | int | $a_mode, | 
| int | $a_ref_id | ||
| ) | 
Definition at line 32 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 226 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 253 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 43 of file class.ilLPListOfSettingsGUI.php.
References ilLearningProgressBaseGUI\__getDefaultCommand(), and ILIAS\Repository\ctrl().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 443 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 210 of file class.ilLPListOfSettingsGUI.php.
References ilLearningProgressBaseGUI\getRefId(), and ilLPCollectionSettingsTableGUI\parse().
Referenced by saveSettings(), and show().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Group materials.
Definition at line 287 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 486 of file class.ilLPListOfSettingsGUI.php.
References $params, $parts, ilLearningProgressBaseGUI\$ref_id, ilLearningProgressBaseGUI\$tpl, ilObject\_getIcon(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), ILIAS\Repository\access(), ilGlobalTemplateInterface\get(), getLPPathInfo(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), 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 84 of file class.ilLPListOfSettingsGUI.php.
References ilObjUserTracking\_getValidTimeSpan(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ilLPObjSettings\LP_MODE_VISITS, ilFormPropertyGUI\setRequired(), and ilRadioOption\setValue().
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 52 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 320 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 352 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 133 of file class.ilLPListOfSettingsGUI.php.
References ILIAS\Repository\ctrl(), getTableByMode(), handleLPUsageInfo(), initFormSettings(), ILIAS\Repository\int(), ILIAS\Repository\lng(), ilLPObjSettings\LP_MODE_MANUAL_BY_TUTOR, and ilLPObjSettings\LP_MODE_VISITS.
 Here is the call graph for this function:
      
  | 
  protected | 
Show settings tables.
Definition at line 68 of file class.ilLPListOfSettingsGUI.php.
References getTableByMode(), 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 30 of file class.ilLPListOfSettingsGUI.php.
      
  | 
  protected | 
Definition at line 29 of file class.ilLPListOfSettingsGUI.php.