|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 |
| ilDBInterface | $db |
| ilTabsGUI | $tabs_gui |
| UIFactory | $ui_factory |
| Renderer | $ui_renderer |
| ilToolbarGUI | $toolbar |
| ilLogger | $logger |
| ilObjUser | $user |
| ilAccess | $access |
| 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 81 of file class.ilAdvancedMDSettingsGUI.php.
References $DIC, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ilClaimingPermissionHelper\getInstance(), ILIAS\FileDelivery\http(), initContextParameters(), ILIAS\Repository\lng(), ILIAS\Repository\logger(), ILIAS\Repository\refinery(), ILIAS\Repository\toolbar(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilAdvancedMDSettingsGUI::confirmDeleteFields | ( | ) |
Definition at line 797 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 532 of file class.ilAdvancedMDSettingsGUI.php.
References $info, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilAdvancedMDSettingsGUI::confirmDeleteRecords | ( | ) |
Confirm delete @access public.
Definition at line 602 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 1313 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 1056 of file class.ilAdvancedMDSettingsGUI.php.
References ILIAS\Repository\form().
Here is the call graph for this function:| ilAdvancedMDSettingsGUI::deleteFields | ( | ) |
Definition at line 825 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 570 of file class.ilAdvancedMDSettingsGUI.php.
References $GLOBALS, ILIAS\Repository\access(), ILIAS\Repository\lng(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilAdvancedMDSettingsGUI::deleteRecords | ( | ) |
Permanently delete records @access public.
Definition at line 634 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 513 of file class.ilAdvancedMDSettingsGUI.php.
References ILIAS\Repository\lng(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilAdvancedMDSettingsGUI::editComplexOption | ( | ?ilPropertyFormGUI | $a_form = null | ) |
Definition at line 1981 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 1234 of file class.ilAdvancedMDSettingsGUI.php.
References ILIAS\Repository\ctrl(), and ilAdvancedMDFieldDefinition\getInstance().
Here is the call graph for this function:
|
protected |
Definition at line 879 of file class.ilAdvancedMDSettingsGUI.php.
References ilAdvancedMDPermissionHelper\ACTION_RECORD_CREATE_FIELD, ilAdvancedMDPermissionHelper\ACTION_RECORD_FIELD_POSITIONS, ilAdvancedMDPermissionHelper\CONTEXT_RECORD, ILIAS\Repository\ctrl(), 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 861 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 265 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 442 of file class.ilAdvancedMDSettingsGUI.php.
References ilAdvancedMDRecord\_getInstanceByRecordId(), ilAdvancedMDPermissionHelper\ACTION_RECORD_EXPORT, ilAdvancedMDPermissionHelper\CONTEXT_RECORD, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\user().
Here is the call graph for this function:
|
protected |
Definition at line 142 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 153 of file class.ilAdvancedMDSettingsGUI.php.
References ILIAS\FileDelivery\http().
Here is the call graph for this function:
|
protected |
Definition at line 194 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 183 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 168 of file class.ilAdvancedMDSettingsGUI.php.
References ILIAS\FileDelivery\http().
Here is the call graph for this function:
|
protected |
Definition at line 205 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 1851 of file class.ilAdvancedMDSettingsGUI.php.
References $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 238 of file class.ilAdvancedMDSettingsGUI.php.
References $permissions.
|
protected |
Definition at line 219 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 116 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 127 of file class.ilAdvancedMDSettingsGUI.php.
References ILIAS\FileDelivery\http().
Here is the call graph for this function:| ilAdvancedMDSettingsGUI::importRecord | ( | ) |
Definition at line 1145 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 1066 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 2001 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 246 of file class.ilAdvancedMDSettingsGUI.php.
References $ref_id.
Referenced by __construct().
Here is the caller graph for this function:
|
protected |
Definition at line 1374 of file class.ilAdvancedMDSettingsGUI.php.
References 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 1408 of file class.ilAdvancedMDSettingsGUI.php.
References $check, $GLOBALS, ILIAS\UI\Implementation\Component\Input\Field\$options, $scope, 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 1601 of file class.ilAdvancedMDSettingsGUI.php.
References $check, $counter, ilAdvancedMDRecord\_getAllRecordsByObjectType(), ilAdvancedMDSubstitution\_getInstanceByObjectType(), ilAdvancedMDRecord\_lookupTitle(), ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Repository\form(), ilAdvancedMDFieldDefinition\getInstancesByObjType(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 1124 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 2038 of file class.ilAdvancedMDSettingsGUI.php.
References ilAdvancedMDRecordTranslations\getInstanceByRecordId().
Here is the call graph for this function:
|
protected |
Definition at line 1797 of file class.ilAdvancedMDSettingsGUI.php.
References ilAdvancedMDRecord\_getInstanceByRecordId(), and ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
protected |
Definition at line 1711 of file class.ilAdvancedMDSettingsGUI.php.
References $scope, $scopes, 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 1337 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 1191 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 1079 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 1816 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 484 of file class.ilAdvancedMDSettingsGUI.php.
References $GLOBALS, ILIAS\Repository\access(), ILIAS\Repository\lng(), and ILIAS\Repository\user().
Here is the call graph for this function:
|
protected |
Definition at line 2052 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 351 of file class.ilAdvancedMDSettingsGUI.php.
References ILIAS\Repository\form().
Here is the call graph for this function:| ilAdvancedMDSettingsGUI::showRecords | ( | ) |
Definition at line 293 of file class.ilAdvancedMDSettingsGUI.php.
References ilObject\_lookupType(), ILIAS\Repository\access(), ilAdvancedMDPermissionHelper\ACTION_MD_CREATE_RECORD, ilAdvancedMDPermissionHelper\ACTION_MD_IMPORT_RECORDS, ilAdvancedMDPermissionHelper\CONTEXT_MD, ILIAS\Repository\lng(), and ILIAS\Repository\toolbar().
Here is the call graph for this function:| ilAdvancedMDSettingsGUI::updateComplexOption | ( | ) |
Definition at line 2020 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 1265 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 967 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 1019 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 681 of file class.ilAdvancedMDSettingsGUI.php.
References 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 367 of file class.ilAdvancedMDSettingsGUI.php.
References $counter, ilAdvancedMDRecord\_getAllRecordsByObjectType(), ilAdvancedMDSubstitution\_getInstanceByObjectType(), ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ilAdvancedMDFieldDefinition\getInstancesByObjType(), ILIAS\Repository\int(), ILIAS\Repository\lng(), and ilArrayUtil\sortArray().
Here is the call graph for this function:
|
protected |
Definition at line 63 of file class.ilAdvancedMDSettingsGUI.php.
|
private |
Definition at line 68 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 55 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 61 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 70 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 71 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 65 of file class.ilAdvancedMDSettingsGUI.php.
Referenced by getPermissions().
|
protected |
Definition at line 66 of file class.ilAdvancedMDSettingsGUI.php.
Referenced by ILIAS\UI\Implementation\Component\Table\DataRowBuilder\buildDataRow(), and ILIAS\UI\Implementation\Component\Table\OrderingRowBuilder\buildOrderingRow().
|
protected |
Definition at line 69 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 75 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 57 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 60 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 50 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 58 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 59 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 62 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.