|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilAdvancedMDSettingsGUI:Public Member Functions | |
| __construct (int $a_context, int $a_ref_id, ?string $a_obj_type=null, $a_sub_type=null) | |
| Constructor @access public. More... | |
| executeCommand () | |
| showRecords () | |
| updateSubstitutions () | |
| Update substitution @access public. More... | |
| exportRecords () | |
| Export records @access public. More... | |
| downloadFile () | |
| Download XML file @access public. More... | |
| confirmDeleteFiles () | |
| confirm delete files @access public More... | |
| deleteFiles () | |
| Delete files @access public. More... | |
| confirmDeleteRecords () | |
| Confirm delete @access public. More... | |
| deleteRecords () | |
| Permanently delete records @access public. More... | |
| updateRecords () | |
| Save records (assigned object typed) @access public. More... | |
| confirmDeleteFields () | |
| deleteFields () | |
| editRecord (ilPropertyFormGUI $form=null) | |
| updateFields () | |
| Update fields @access public. More... | |
| updateRecord () | |
| Update record @access public. More... | |
| createRecord (ilPropertyFormGUI $form=null) | |
| Show @access public. More... | |
| importRecord () | |
| saveRecord () | |
| Save record @access public. More... | |
| editField (ilPropertyFormGUI $a_form=null) | |
| Edit field @access public. More... | |
| updateField () | |
| Update field @access public. More... | |
| createField (ilPropertyFormGUI $a_form=null) | |
| Show field type selection @access public. More... | |
| saveField () | |
| editComplexOption (ilPropertyFormGUI $a_form=null) | |
| updateComplexOption () | |
Data Fields | |
| const | CONTEXT_ADMINISTRATION = 1 |
| const | CONTEXT_OBJECT = 2 |
Protected Attributes | |
| const | TAB_RECORD_SETTINGS = 'editRecord' |
| const | TAB_TRANSLATION = 'translations' |
| ilPropertyFormGUI | $import_form = null |
| ilPropertyFormGUI | $form = null |
| ilLanguage | $lng |
| ilGlobalTemplateInterface | $tpl |
| ilCtrl | $ctrl |
| RequestInterface | $request |
| GlobalHttpState | $http |
| RefineryFactory | $refinery |
| ilTabsGUI | $tabs_gui |
| UIFactory | $ui_factory |
| Renderer | $ui_renderer |
| ilToolbarGUI | $toolbar |
| ilLogger | $logger |
| ilAdvancedMDPermissionHelper | $permissions |
| ilAdvancedMDRecord | $record = null |
| int | $ref_id |
| int | $obj_id |
| string | $obj_type = null |
| $sub_type = null | |
Private Attributes | |
| $context = null | |
| string | $active_language = '' |
Definition at line 33 of file class.ilAdvancedMDSettingsGUI.php.
| ilAdvancedMDSettingsGUI::__construct | ( | int | $a_context, |
| int | $a_ref_id, | ||
| ?string | $a_obj_type = null, |
||
$a_sub_type = null |
|||
| ) |
Constructor @access public.
@noinspection PhpUndefinedMethodInspection
@noinspection PhpFieldAssignmentTypeMismatchInspection
Definition at line 78 of file class.ilAdvancedMDSettingsGUI.php.
References $DIC, ILIAS\Repository\ctrl(), ilClaimingPermissionHelper\getInstance(), ILIAS\FileDelivery\http(), initContextParameters(), ILIAS\Repository\lng(), ILIAS\Repository\logger(), ILIAS\Repository\refinery(), and ILIAS\Repository\toolbar().
Here is the call graph for this function:| ilAdvancedMDSettingsGUI::confirmDeleteFields | ( | ) |
Definition at line 823 of file class.ilAdvancedMDSettingsGUI.php.
References ILIAS\Repository\ctrl(), ilAdvancedMDFieldDefinition\getInstance(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilAdvancedMDSettingsGUI::confirmDeleteFiles | ( | ) |
confirm delete files @access public
Definition at line 571 of file class.ilAdvancedMDSettingsGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilAdvancedMDSettingsGUI::confirmDeleteRecords | ( | ) |
Confirm delete @access public.
Definition at line 636 of file class.ilAdvancedMDSettingsGUI.php.
References ilAdvancedMDRecord\_getInstanceByRecordId(), ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilAdvancedMDSettingsGUI::createField | ( | ilPropertyFormGUI | $a_form = null | ) |
Show field type selection @access public.
Definition at line 1338 of file class.ilAdvancedMDSettingsGUI.php.
References ILIAS\Repository\ctrl(), and ilAdvancedMDFieldDefinition\getInstance().
Here is the call graph for this function:| ilAdvancedMDSettingsGUI::createRecord | ( | ilPropertyFormGUI | $form = null | ) |
Show @access public.
Definition at line 1081 of file class.ilAdvancedMDSettingsGUI.php.
References ILIAS\Repository\form().
Here is the call graph for this function:| ilAdvancedMDSettingsGUI::deleteFields | ( | ) |
Definition at line 851 of file class.ilAdvancedMDSettingsGUI.php.
References ilAdvancedMDPermissionHelper\ACTION_FIELD_DELETE, ilAdvancedMDPermissionHelper\CONTEXT_FIELD, ILIAS\Repository\ctrl(), ilAdvancedMDFieldDefinition\getInstance(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilAdvancedMDSettingsGUI::deleteFiles | ( | ) |
Delete files @access public.
Definition at line 608 of file class.ilAdvancedMDSettingsGUI.php.
References $GLOBALS, ILIAS\Repository\access(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilAdvancedMDSettingsGUI::deleteRecords | ( | ) |
Permanently delete records @access public.
Definition at line 668 of file class.ilAdvancedMDSettingsGUI.php.
References ilAdvancedMDRecord\_getInstanceByRecordId(), ilAdvancedMDPermissionHelper\ACTION_RECORD_DELETE, ilAdvancedMDPermissionHelper\CONTEXT_RECORD, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilAdvancedMDSettingsGUI::downloadFile | ( | ) |
Download XML file @access public.
Definition at line 552 of file class.ilAdvancedMDSettingsGUI.php.
References ilFileDelivery\deliverFileLegacy(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilAdvancedMDSettingsGUI::editComplexOption | ( | ilPropertyFormGUI | $a_form = null | ) |
Definition at line 2220 of file class.ilAdvancedMDSettingsGUI.php.
References ILIAS\Repository\ctrl(), ilAdvancedMDFieldDefinition\getInstance(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilAdvancedMDSettingsGUI::editField | ( | ilPropertyFormGUI | $a_form = null | ) |
Edit field @access public.
Definition at line 1259 of file class.ilAdvancedMDSettingsGUI.php.
References ILIAS\Repository\ctrl(), and ilAdvancedMDFieldDefinition\getInstance().
Here is the call graph for this function:
|
protected |
Definition at line 905 of file class.ilAdvancedMDSettingsGUI.php.
References $DIC, $type, ilAdvancedMDPermissionHelper\ACTION_RECORD_CREATE_FIELD, ilAdvancedMDPermissionHelper\ACTION_RECORD_FIELD_POSITIONS, ilAdvancedMDPermissionHelper\CONTEXT_RECORD, ILIAS\Repository\ctrl(), ilSubmitButton\getInstance(), ilAdvancedMDFieldDefinition\getInstance(), ilAdvancedMDFieldDefinition\getInstancesByRecordId(), ilAdvancedMDFieldDefinition\getValidTypes(), ILIAS\Repository\lng(), and ILIAS\Repository\toolbar().
Here is the call graph for this function:| ilAdvancedMDSettingsGUI::editRecord | ( | ilPropertyFormGUI | $form = null | ) |
Definition at line 887 of file class.ilAdvancedMDSettingsGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\form().
Here is the call graph for this function:| ilAdvancedMDSettingsGUI::executeCommand | ( | ) |
Definition at line 272 of file class.ilAdvancedMDSettingsGUI.php.
References $GLOBALS, ILIAS\Repository\ctrl(), and ILIAS\Repository\form().
Here is the call graph for this function:| ilAdvancedMDSettingsGUI::exportRecords | ( | ) |
Export records @access public.
Definition at line 483 of file class.ilAdvancedMDSettingsGUI.php.
References ilAdvancedMDRecord\_getInstanceByRecordId(), ilAdvancedMDPermissionHelper\ACTION_RECORD_EXPORT, ilAdvancedMDPermissionHelper\CONTEXT_RECORD, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 136 of file class.ilAdvancedMDSettingsGUI.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Here is the call graph for this function:
|
protected |
Definition at line 147 of file class.ilAdvancedMDSettingsGUI.php.
References ILIAS\FileDelivery\http().
Here is the call graph for this function:
|
protected |
Definition at line 188 of file class.ilAdvancedMDSettingsGUI.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Here is the call graph for this function:
|
protected |
Definition at line 177 of file class.ilAdvancedMDSettingsGUI.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Here is the call graph for this function:
|
protected |
Definition at line 162 of file class.ilAdvancedMDSettingsGUI.php.
References ILIAS\FileDelivery\http().
Here is the call graph for this function:
|
protected |
Definition at line 199 of file class.ilAdvancedMDSettingsGUI.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Here is the call graph for this function:
|
protected |
Definition at line 2092 of file class.ilAdvancedMDSettingsGUI.php.
References ILIAS\LTI\ToolProvider\$key, $res, ilAdvancedMDRecord\_getRecords(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), ilAdvancedMDPermissionHelper\ACTION_RECORD_EDIT, ilAdvancedMDPermissionHelper\ACTION_RECORD_EDIT_FIELDS, ilAdvancedMDPermissionHelper\ACTION_RECORD_EDIT_PROPERTY, ilAdvancedMDPermissionHelper\ACTION_RECORD_TOGGLE_ACTIVATION, ilAdvancedMDPermissionHelper\CONTEXT_RECORD, ilAdvancedMDRecord\getObjRecSelection(), ilAdvancedMDRecord\isFilteredByScope(), and ilAdvancedMDPermissionHelper\SUBACTION_RECORD_OBJECT_TYPES.
Here is the call graph for this function:
|
protected |
Definition at line 245 of file class.ilAdvancedMDSettingsGUI.php.
References $permissions.
|
protected |
Definition at line 213 of file class.ilAdvancedMDSettingsGUI.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Here is the call graph for this function:
|
protected |
Definition at line 110 of file class.ilAdvancedMDSettingsGUI.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Here is the call graph for this function:
|
protected |
Definition at line 121 of file class.ilAdvancedMDSettingsGUI.php.
References ILIAS\FileDelivery\http().
Here is the call graph for this function:
|
protected |
Definition at line 1622 of file class.ilAdvancedMDSettingsGUI.php.
References ilAdvancedMDPermissionHelper\ACTION_SUBSTITUTION_CATEGORY_EDIT_FIELD_PROPERTY, ilAdvancedMDPermissionHelper\ACTION_SUBSTITUTION_CATEGORY_SHOW_FIELD, ilAdvancedMDPermissionHelper\ACTION_SUBSTITUTION_COURSE_EDIT_FIELD_PROPERTY, ilAdvancedMDPermissionHelper\ACTION_SUBSTITUTION_COURSE_SHOW_FIELD, ilAdvancedMDPermissionHelper\ACTION_SUBSTITUTION_EXERCISE_EDIT_FIELD_PROPERTY, ilAdvancedMDPermissionHelper\ACTION_SUBSTITUTION_EXERCISE_SHOW_FIELD, ilAdvancedMDPermissionHelper\ACTION_SUBSTITUTION_GROUP_EDIT_FIELD_PROPERTY, ilAdvancedMDPermissionHelper\ACTION_SUBSTITUTION_GROUP_SHOW_FIELD, ilAdvancedMDPermissionHelper\ACTION_SUBSTITUTION_IASS_EDIT_FIELD_PROPERTY, ilAdvancedMDPermissionHelper\ACTION_SUBSTITUTION_IASS_SHOW_FIELD, ilAdvancedMDPermissionHelper\ACTION_SUBSTITUTION_ORG_UNIT_EDIT_FIELD_PROPERTY, ilAdvancedMDPermissionHelper\ACTION_SUBSTITUTION_ORG_UNIT_SHOW_FIELD, ilAdvancedMDPermissionHelper\ACTION_SUBSTITUTION_PRG_EDIT_FIELD_PROPERTY, ilAdvancedMDPermissionHelper\ACTION_SUBSTITUTION_PRG_SHOW_FIELD, ilAdvancedMDPermissionHelper\ACTION_SUBSTITUTION_SESSION_EDIT_FIELD_PROPERTY, ilAdvancedMDPermissionHelper\ACTION_SUBSTITUTION_SESSION_SHOW_FIELD, ilAdvancedMDPermissionHelper\CONTEXT_SUBSTITUTION_CATEGORY, ilAdvancedMDPermissionHelper\CONTEXT_SUBSTITUTION_COURSE, ilAdvancedMDPermissionHelper\CONTEXT_SUBSTITUTION_EXERCISE, ilAdvancedMDPermissionHelper\CONTEXT_SUBSTITUTION_GROUP, ilAdvancedMDPermissionHelper\CONTEXT_SUBSTITUTION_IASS, ilAdvancedMDPermissionHelper\CONTEXT_SUBSTITUTION_ORG_UNIT, ilAdvancedMDPermissionHelper\CONTEXT_SUBSTITUTION_PRG, ilAdvancedMDPermissionHelper\CONTEXT_SUBSTITUTION_SESSION, ilAdvancedMDPermissionHelper\SUBACTION_SUBSTITUTION_BOLD, and ilAdvancedMDPermissionHelper\SUBACTION_SUBSTITUTION_NEWLINE.
|
protected |
Definition at line 229 of file class.ilAdvancedMDSettingsGUI.php.
References ILIAS\FileDelivery\http(), ilAdvancedMDRecordTableGUI\ID, and ILIAS\Repository\refinery().
Here is the call graph for this function:| ilAdvancedMDSettingsGUI::importRecord | ( | ) |
Definition at line 1170 of file class.ilAdvancedMDSettingsGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ilAdvancedMDRecordParser\MODE_INSERT, and ilAdvancedMDRecordParser\MODE_INSERT_VALIDATION.
Here is the call graph for this function:
|
protected |
Definition at line 1091 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 2240 of file class.ilAdvancedMDSettingsGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
| string | string[] | null | $sub_type |
Definition at line 253 of file class.ilAdvancedMDSettingsGUI.php.
References $ref_id.
Referenced by __construct().
Here is the caller graph for this function:
|
protected |
Definition at line 1399 of file class.ilAdvancedMDSettingsGUI.php.
References $type, ilAdvancedMDFieldDefinition\addToFieldDefinitionForm(), ILIAS\Repository\ctrl(), ilAdvancedMDFieldDefinition\getDescription(), ilAdvancedMDFieldDefinition\getFieldId(), ilAdvancedMDFieldTranslations\getInstanceByRecordId(), ilAdvancedMDFieldDefinition\getTypeTitle(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 1433 of file class.ilAdvancedMDSettingsGUI.php.
References $check, $GLOBALS, $scope, $type, ilAdvancedMDRecord\_getAssignableObjectTypes(), ilAdvancedMDPermissionHelper\ACTION_RECORD_EDIT_PROPERTY, ilAdvancedMDPermissionHelper\ACTION_RECORD_TOGGLE_ACTIVATION, ilAdvancedMDPermissionHelper\CONTEXT_RECORD, ILIAS\Repository\ctrl(), ILIAS\Repository\form(), ilAdvancedMDRecordTranslations\getInstanceByRecordId(), ILIAS\Repository\lng(), ROOT_FOLDER_ID, ilAdvancedMDPermissionHelper\SUBACTION_RECORD_DESCRIPTION, ilAdvancedMDPermissionHelper\SUBACTION_RECORD_OBJECT_TYPES, and ilAdvancedMDPermissionHelper\SUBACTION_RECORD_TITLE.
Here is the call graph for this function:
|
protected |
init form table 'substitutions' @access protected
Definition at line 1818 of file class.ilAdvancedMDSettingsGUI.php.
References $check, $DIC, ilAdvancedMDRecord\_getAllRecordsByObjectType(), ilAdvancedMDSubstitution\_getInstanceByObjectType(), ilAdvancedMDRecord\_lookupTitle(), ilAdvancedMDPermissionHelper\ACTION_SUBSTITUTION_FIELD_POSITIONS, ilAdvancedMDPermissionHelper\ACTION_SUBSTITUTION_SHOW_DESCRIPTION, ilAdvancedMDPermissionHelper\ACTION_SUBSTITUTION_SHOW_FIELDNAMES, ilAdvancedMDPermissionHelper\CONTEXT_SUBSTITUTION, ILIAS\Repository\ctrl(), ILIAS\Repository\form(), ilAdvancedMDFieldDefinition\getInstancesByObjType(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 1149 of file class.ilAdvancedMDSettingsGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 2277 of file class.ilAdvancedMDSettingsGUI.php.
References ilAdvancedMDRecordTranslations\getInstanceByRecordId().
Here is the call graph for this function:
|
protected |
Definition at line 2038 of file class.ilAdvancedMDSettingsGUI.php.
References ilAdvancedMDRecord\_getInstanceByRecordId(), and ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
protected |
Definition at line 1952 of file class.ilAdvancedMDSettingsGUI.php.
References $scope, $scopes, $type, ilAdvancedMDRecord\_getAssignableObjectTypes(), ilAdvancedMDPermissionHelper\ACTION_RECORD_EDIT_PROPERTY, ilAdvancedMDPermissionHelper\ACTION_RECORD_TOGGLE_ACTIVATION, ilAdvancedMDPermissionHelper\CONTEXT_RECORD, ilPropertyFormGUI\getInput(), ilAdvancedMDRecordTranslations\getInstanceByRecordId(), ilAdvancedMDPermissionHelper\SUBACTION_RECORD_DESCRIPTION, ilAdvancedMDPermissionHelper\SUBACTION_RECORD_OBJECT_TYPES, and ilAdvancedMDPermissionHelper\SUBACTION_RECORD_TITLE.
Here is the call graph for this function:| ilAdvancedMDSettingsGUI::saveField | ( | ) |
Definition at line 1362 of file class.ilAdvancedMDSettingsGUI.php.
References ILIAS\Repository\ctrl(), ilAdvancedMDFieldDefinition\getInstance(), ilAdvancedMDFieldTranslations\getInstanceByRecordId(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilAdvancedMDSettingsGUI::saveRecord | ( | ) |
Save record @access public.
Definition at line 1216 of file class.ilAdvancedMDSettingsGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\form(), ilAdvancedMDRecordTranslations\getInstanceByRecordId(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Set subtabs for record editing/creation.
Definition at line 1104 of file class.ilAdvancedMDSettingsGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Set sub tabs @access protected.
Definition at line 2057 of file class.ilAdvancedMDSettingsGUI.php.
References $context, ilAdvancedMDRecord\_getAllRecordsByObjectType(), and ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
protected |
Show export files.
Definition at line 524 of file class.ilAdvancedMDSettingsGUI.php.
References $GLOBALS, ILIAS\Repository\access(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 2291 of file class.ilAdvancedMDSettingsGUI.php.
References ILIAS\Repository\ctrl(), ilAdvancedMDRecordTranslations\getInstanceByRecordId(), ILIAS\Repository\lng(), and ILIAS\Repository\toolbar().
Here is the call graph for this function:
|
protected |
Definition at line 362 of file class.ilAdvancedMDSettingsGUI.php.
References ILIAS\Repository\form().
Here is the call graph for this function:| ilAdvancedMDSettingsGUI::showRecords | ( | ) |
Definition at line 301 of file class.ilAdvancedMDSettingsGUI.php.
References $DIC, ilObject\_lookupType(), ilAdvancedMDPermissionHelper\ACTION_MD_CREATE_RECORD, ilAdvancedMDPermissionHelper\ACTION_MD_IMPORT_RECORDS, ilAdvancedMDPermissionHelper\CONTEXT_MD, ILIAS\Repository\ctrl(), ilLinkButton\getInstance(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilAdvancedMDSettingsGUI::updateComplexOption | ( | ) |
Definition at line 2259 of file class.ilAdvancedMDSettingsGUI.php.
References ILIAS\Repository\ctrl(), ilAdvancedMDFieldDefinition\getInstance(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilAdvancedMDSettingsGUI::updateField | ( | ) |
Update field @access public.
Definition at line 1290 of file class.ilAdvancedMDSettingsGUI.php.
References ILIAS\Repository\ctrl(), ilAdvancedMDFieldDefinition\getInstance(), ilAdvancedMDFieldTranslations\getInstanceByRecordId(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilAdvancedMDSettingsGUI::updateFields | ( | ) |
Update fields @access public.
Definition at line 992 of file class.ilAdvancedMDSettingsGUI.php.
References ilAdvancedMDPermissionHelper\ACTION_FIELD_EDIT_PROPERTY, ilAdvancedMDPermissionHelper\ACTION_RECORD_FIELD_POSITIONS, ilAdvancedMDPermissionHelper\CONTEXT_FIELD, ilAdvancedMDPermissionHelper\CONTEXT_RECORD, ILIAS\Repository\ctrl(), ilAdvancedMDFieldDefinition\getInstancesByRecordId(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), and ilAdvancedMDPermissionHelper\SUBACTION_FIELD_SEARCHABLE.
Here is the call graph for this function:| ilAdvancedMDSettingsGUI::updateRecord | ( | ) |
Update record @access public.
Definition at line 1044 of file class.ilAdvancedMDSettingsGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\form(), ilAdvancedMDRecordTranslations\getInstanceByRecordId(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilAdvancedMDSettingsGUI::updateRecords | ( | ) |
Save records (assigned object typed) @access public.
Definition at line 715 of file class.ilAdvancedMDSettingsGUI.php.
References $DIC, $i, $type, ilAdvancedMDRecord\_getInstanceByRecordId(), ilAdvancedMDPermissionHelper\ACTION_RECORD_EDIT_PROPERTY, ilAdvancedMDPermissionHelper\ACTION_RECORD_TOGGLE_ACTIVATION, ilAdvancedMDPermissionHelper\CONTEXT_RECORD, ILIAS\Repository\ctrl(), ilAdvancedMDRecord\deleteObjRecSelection(), ILIAS\FileDelivery\http(), ILIAS\Repository\int(), ILIAS\Repository\lng(), ilAdvancedMDRecord\saveObjRecSelection(), ilUtil\stripSlashes(), and ilAdvancedMDPermissionHelper\SUBACTION_RECORD_OBJECT_TYPES.
Here is the call graph for this function:| ilAdvancedMDSettingsGUI::updateSubstitutions | ( | ) |
Update substitution @access public.
Definition at line 378 of file class.ilAdvancedMDSettingsGUI.php.
References $DIC, ilAdvancedMDRecord\_getActivatedObjTypes(), ilAdvancedMDSubstitution\_getInstanceByObjectType(), ilAdvancedMDPermissionHelper\ACTION_SUBSTITUTION_FIELD_POSITIONS, ilAdvancedMDPermissionHelper\ACTION_SUBSTITUTION_SHOW_DESCRIPTION, ilAdvancedMDPermissionHelper\ACTION_SUBSTITUTION_SHOW_FIELDNAMES, ilAdvancedMDPermissionHelper\CONTEXT_SUBSTITUTION, ILIAS\Repository\ctrl(), ilAdvancedMDFieldDefinition\getInstancesByObjType(), ILIAS\Repository\int(), ILIAS\Repository\lng(), and ilArrayUtil\sortArray().
Here is the call graph for this function:
|
private |
Definition at line 65 of file class.ilAdvancedMDSettingsGUI.php.
|
private |
Definition at line 45 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 51 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 47 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 53 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 46 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 49 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 60 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 67 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 68 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 62 of file class.ilAdvancedMDSettingsGUI.php.
Referenced by getPermissions().
|
protected |
Definition at line 63 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 66 of file class.ilAdvancedMDSettingsGUI.php.
Referenced by initContextParameters().
|
protected |
Definition at line 54 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 52 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 72 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 56 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 59 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 50 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 57 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 58 of file class.ilAdvancedMDSettingsGUI.php.
| const ilAdvancedMDSettingsGUI::CONTEXT_ADMINISTRATION = 1 |
Definition at line 35 of file class.ilAdvancedMDSettingsGUI.php.
Referenced by ilObjMDSettingsGUI\executeCommand().
| const ilAdvancedMDSettingsGUI::CONTEXT_OBJECT = 2 |
Definition at line 36 of file class.ilAdvancedMDSettingsGUI.php.
Referenced by ilObjectMetaDataGUI\executeCommand().
|
protected |
Definition at line 38 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 39 of file class.ilAdvancedMDSettingsGUI.php.