ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Public Member Functions | |
__construct ($a_ref_id=null, $a_obj_type=null, $a_sub_type=null) | |
Constructor. More... | |
executeCommand () | |
Execute command. More... | |
showRecords () | |
show record list More... | |
updateSubstitutions () | |
Update substitution. More... | |
exportRecords () | |
Export records. More... | |
downloadFile () | |
Download XML file. More... | |
confirmDeleteFiles () | |
confirm delete files More... | |
deleteFiles () | |
Delete files. More... | |
confirmDeleteRecords () | |
Confirm delete. More... | |
deleteRecords () | |
Permanently delete records. More... | |
updateRecords () | |
Save records (assigned object typed) More... | |
confirmDeleteFields () | |
show delete fields confirmation screen More... | |
deleteFields () | |
delete fields More... | |
editRecord (ilPropertyFormGUI $form=null) | |
Edit one record. More... | |
updateFields () | |
Update fields. More... | |
updateRecord () | |
Update record. More... | |
createRecord (ilPropertyFormGUI $form=null) | |
Show. More... | |
importRecord () | |
import xml file More... | |
saveRecord () | |
Save record. More... | |
editField (ilPropertyFormGUI $a_form=null) | |
Edit field. More... | |
updateField () | |
Update field. More... | |
createField (ilPropertyFormGUI $a_form=null) | |
Show field type selection. More... | |
saveField () | |
create field More... | |
editComplexOption (ilPropertyFormGUI $a_form=null) | |
updateComplexOption () | |
Data Fields | |
const | CONTEXT_ADMINISTRATION = 1 |
const | CONTEXT_OBJECT = 2 |
Protected Member Functions | |
getPermissions () | |
showPresentation () | |
showFiles () | |
Show export files. More... | |
editFields () | |
importRecords () | |
setRecordSubTabs (int $level=1, bool $show_settings=false) | |
Set subtabs for record editing/creation. More... | |
initImportForm () | |
show import form More... | |
initFieldForm (ilAdvancedMDFieldDefinition $a_definition) | |
init field form More... | |
initForm ($a_mode) | |
Init Form. More... | |
getSubstitutionFieldPermissions ($a_obj_type, $a_field_id) | |
initFormSubstitutions () | |
init form table 'substitutions' More... | |
loadRecordFormData () | |
initRecordObject () | |
Init record object. More... | |
setSubTabs (int $context) | |
Set sub tabs. More... | |
getParsedRecordObjects () | |
Get and cache record objects. More... | |
initComplexOptionForm (ilAdvancedMDFieldDefinition $a_def) | |
initLanguage (int $record_id) | |
showLanguageSwitch (int $record_id, string $target) | |
Protected Attributes | |
const | TAB_RECORD_SETTINGS = 'editRecord' |
const | TAB_TRANSLATION = 'translations' |
$lng | |
$tpl | |
$ctrl | |
$tabs_gui | |
$permissions | |
$ref_id = null | |
$obj_id = null | |
$obj_type = null | |
$sub_type = null | |
$request | |
$ui_factory | |
$ui_renderer | |
$toolbar | |
$record | |
Private Attributes | |
$context = null | |
$logger = null | |
$active_language = '' | |
ilAdvancedMDSettingsGUI: ilPropertyFormGUI
Definition at line 16 of file class.ilAdvancedMDSettingsGUI.php.
ilAdvancedMDSettingsGUI::__construct | ( | $a_ref_id = null , |
|
$a_obj_type = null , |
|||
$a_sub_type = null |
|||
) |
Constructor.
public
Definition at line 94 of file class.ilAdvancedMDSettingsGUI.php.
References $DIC, $GLOBALS, $lng, $tpl, ilObject\_lookupObjId(), ilObject\_lookupType(), and ilClaimingPermissionHelper\getInstance().
ilAdvancedMDSettingsGUI::confirmDeleteFields | ( | ) |
show delete fields confirmation screen
public
Definition at line 697 of file class.ilAdvancedMDSettingsGUI.php.
References $_POST, editFields(), ilAdvancedMDFieldDefinition\getInstance(), initRecordObject(), ilUtil\sendFailure(), and setRecordSubTabs().
ilAdvancedMDSettingsGUI::confirmDeleteFiles | ( | ) |
confirm delete files
public
Definition at line 463 of file class.ilAdvancedMDSettingsGUI.php.
References $_POST, ilUtil\sendFailure(), and showFiles().
ilAdvancedMDSettingsGUI::confirmDeleteRecords | ( | ) |
Confirm delete.
public
Definition at line 529 of file class.ilAdvancedMDSettingsGUI.php.
References $_POST, $record, ilAdvancedMDRecord\_getInstanceByRecordId(), initRecordObject(), ilUtil\sendFailure(), setRecordSubTabs(), and showRecords().
ilAdvancedMDSettingsGUI::createField | ( | ilPropertyFormGUI | $a_form = null | ) |
Show field type selection.
public
Definition at line 1253 of file class.ilAdvancedMDSettingsGUI.php.
References editFields(), ilAdvancedMDFieldDefinition\getInstance(), initFieldForm(), initRecordObject(), and setRecordSubTabs().
Referenced by saveField().
ilAdvancedMDSettingsGUI::createRecord | ( | ilPropertyFormGUI | $form = null | ) |
Show.
public
Definition at line 977 of file class.ilAdvancedMDSettingsGUI.php.
References initForm(), initRecordObject(), and setRecordSubTabs().
Referenced by importRecord(), and saveRecord().
ilAdvancedMDSettingsGUI::deleteFields | ( | ) |
delete fields
public
Definition at line 732 of file class.ilAdvancedMDSettingsGUI.php.
References $_POST, ilAdvancedMDPermissionHelper\ACTION_FIELD_DELETE, ilAdvancedMDPermissionHelper\CONTEXT_FIELD, editFields(), ilAdvancedMDFieldDefinition\getInstance(), getPermissions(), and ilUtil\sendFailure().
ilAdvancedMDSettingsGUI::deleteFiles | ( | ) |
Delete files.
public
Definition at line 500 of file class.ilAdvancedMDSettingsGUI.php.
References $_POST, $GLOBALS, ilUtil\sendFailure(), and showFiles().
ilAdvancedMDSettingsGUI::deleteRecords | ( | ) |
Permanently delete records.
public
Definition at line 563 of file class.ilAdvancedMDSettingsGUI.php.
References $_POST, $record, ilAdvancedMDRecord\_getInstanceByRecordId(), ilAdvancedMDPermissionHelper\ACTION_RECORD_DELETE, ilAdvancedMDPermissionHelper\CONTEXT_RECORD, getPermissions(), ilUtil\sendFailure(), and showRecords().
ilAdvancedMDSettingsGUI::downloadFile | ( | ) |
Download XML file.
public
Definition at line 442 of file class.ilAdvancedMDSettingsGUI.php.
References $_POST, ilUtil\deliverFile(), ilUtil\sendFailure(), and showFiles().
ilAdvancedMDSettingsGUI::editComplexOption | ( | ilPropertyFormGUI | $a_form = null | ) |
Definition at line 2030 of file class.ilAdvancedMDSettingsGUI.php.
References ilAdvancedMDFieldDefinition\getInstance(), and initComplexOptionForm().
ilAdvancedMDSettingsGUI::editField | ( | ilPropertyFormGUI | $a_form = null | ) |
Edit field.
public
Definition at line 1172 of file class.ilAdvancedMDSettingsGUI.php.
References editFields(), ilAdvancedMDFieldDefinition\getInstance(), initFieldForm(), initLanguage(), initRecordObject(), setRecordSubTabs(), and showLanguageSwitch().
Referenced by updateField().
|
protected |
Definition at line 792 of file class.ilAdvancedMDSettingsGUI.php.
References $active_language, $DIC, $type, ilAdvancedMDPermissionHelper\ACTION_RECORD_CREATE_FIELD, ilAdvancedMDPermissionHelper\ACTION_RECORD_FIELD_POSITIONS, ilAdvancedMDPermissionHelper\CONTEXT_RECORD, ilSubmitButton\getInstance(), ilAdvancedMDFieldDefinition\getInstance(), ilAdvancedMDFieldDefinition\getInstancesByRecordId(), getPermissions(), ilAdvancedMDFieldDefinition\getValidTypes(), initLanguage(), initRecordObject(), ilUtil\sendInfo(), setRecordSubTabs(), and showLanguageSwitch().
Referenced by confirmDeleteFields(), createField(), deleteFields(), editField(), saveField(), updateField(), and updateFields().
ilAdvancedMDSettingsGUI::editRecord | ( | ilPropertyFormGUI | $form = null | ) |
Edit one record.
public
Definition at line 774 of file class.ilAdvancedMDSettingsGUI.php.
References initForm(), initLanguage(), initRecordObject(), setRecordSubTabs(), and showLanguageSwitch().
Referenced by updateRecord().
ilAdvancedMDSettingsGUI::executeCommand | ( | ) |
Execute command.
public
Definition at line 157 of file class.ilAdvancedMDSettingsGUI.php.
References $GLOBALS, $record, initForm(), initRecordObject(), and setRecordSubTabs().
ilAdvancedMDSettingsGUI::exportRecords | ( | ) |
Export records.
public
Definition at line 372 of file class.ilAdvancedMDSettingsGUI.php.
References $_POST, $record, ilAdvancedMDRecord\_getInstanceByRecordId(), ilAdvancedMDPermissionHelper\ACTION_RECORD_EXPORT, ilAdvancedMDPermissionHelper\CONTEXT_RECORD, getPermissions(), ilUtil\sendFailure(), showFiles(), and showRecords().
|
protected |
Get and cache record objects.
protected
Definition at line 1931 of file class.ilAdvancedMDSettingsGUI.php.
References $record, $res, ilAdvancedMDRecord\_getRecords(), 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.
Referenced by showRecords(), and updateRecords().
|
protected |
Definition at line 145 of file class.ilAdvancedMDSettingsGUI.php.
References $permissions.
Referenced by deleteFields(), deleteRecords(), editFields(), exportRecords(), getSubstitutionFieldPermissions(), initFieldForm(), initForm(), initFormSubstitutions(), loadRecordFormData(), saveField(), showRecords(), updateField(), updateFields(), updateRecords(), and updateSubstitutions().
|
protected |
Definition at line 1526 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_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_SESSION, getPermissions(), ilAdvancedMDPermissionHelper\SUBACTION_SUBSTITUTION_BOLD, and ilAdvancedMDPermissionHelper\SUBACTION_SUBSTITUTION_NEWLINE.
Referenced by initFormSubstitutions(), and updateSubstitutions().
ilAdvancedMDSettingsGUI::importRecord | ( | ) |
import xml file
public
Definition at line 1080 of file class.ilAdvancedMDSettingsGUI.php.
References createRecord(), importRecords(), initImportForm(), ilAdvancedMDRecordParser\MODE_INSERT, ilAdvancedMDRecordParser\MODE_INSERT_VALIDATION, ilUtil\sendFailure(), and ilAdvancedMDRecordParser\setContext().
|
protected |
Definition at line 988 of file class.ilAdvancedMDSettingsGUI.php.
References initImportForm(), and initRecordObject().
Referenced by importRecord().
|
protected |
Definition at line 2044 of file class.ilAdvancedMDSettingsGUI.php.
Referenced by editComplexOption(), and updateComplexOption().
|
protected |
init field form
protected
Definition at line 1317 of file class.ilAdvancedMDSettingsGUI.php.
References $active_language, $type, ilAdvancedMDFieldDefinition\addToFieldDefinitionForm(), ilAdvancedMDFieldDefinition\getDescription(), ilAdvancedMDFieldDefinition\getFieldId(), ilAdvancedMDFieldTranslations\getInstanceByRecordId(), getPermissions(), and ilAdvancedMDFieldDefinition\getTypeTitle().
Referenced by createField(), editField(), saveField(), and updateField().
|
protected |
Init Form.
protected
Definition at line 1356 of file class.ilAdvancedMDSettingsGUI.php.
References $GLOBALS, $section, $type, ilAdvancedMDRecord\_getAssignableObjectTypes(), ilAdvancedMDPermissionHelper\ACTION_RECORD_EDIT_PROPERTY, ilAdvancedMDPermissionHelper\ACTION_RECORD_TOGGLE_ACTIVATION, ilAdvancedMDPermissionHelper\CONTEXT_RECORD, ilAdvancedMDRecordTranslations\getInstanceByRecordId(), getPermissions(), ROOT_FOLDER_ID, ilCheckboxInputGUI\setChecked(), ilFormPropertyGUI\setInfo(), ilExplorerSelectInputGUI\setValue(), ilTextAreaInputGUI\setValue(), ilAdvancedMDPermissionHelper\SUBACTION_RECORD_DESCRIPTION, ilAdvancedMDPermissionHelper\SUBACTION_RECORD_OBJECT_TYPES, and ilAdvancedMDPermissionHelper\SUBACTION_RECORD_TITLE.
Referenced by createRecord(), editRecord(), executeCommand(), saveRecord(), and updateRecord().
|
protected |
init form table 'substitutions'
protected
Definition at line 1638 of file class.ilAdvancedMDSettingsGUI.php.
References $DIC, $obj_type, $section, ilAdvancedMDRecord\_getAllRecordsByObjectType(), ilAdvancedMDSubstitution\_getInstanceByObjectType(), ilAdvancedMDRecord\_lookupTitle(), ilAdvancedMDPermissionHelper\ACTION_SUBSTITUTION_FIELD_POSITIONS, ilAdvancedMDPermissionHelper\ACTION_SUBSTITUTION_SHOW_DESCRIPTION, ilAdvancedMDPermissionHelper\ACTION_SUBSTITUTION_SHOW_FIELDNAMES, ilAdvancedMDPermissionHelper\CONTEXT_SUBSTITUTION, ilAdvancedMDFieldDefinition\getInstancesByObjType(), getPermissions(), getSubstitutionFieldPermissions(), ilNumberInputGUI\setSize(), and ilCheckboxInputGUI\setValue().
Referenced by showPresentation().
|
protected |
show import form
protected
Definition at line 1051 of file class.ilAdvancedMDSettingsGUI.php.
References ilFileInputGUI\setSuffixes().
Referenced by importRecord(), and importRecords().
|
protected |
int | $record_id |
Definition at line 2081 of file class.ilAdvancedMDSettingsGUI.php.
References ilAdvancedMDRecordTranslations\getInstanceByRecordId().
Referenced by editField(), editFields(), editRecord(), saveField(), updateField(), and updateRecord().
|
protected |
Init record object.
protected
Definition at line 1873 of file class.ilAdvancedMDSettingsGUI.php.
References $record, and ilAdvancedMDRecord\_getInstanceByRecordId().
Referenced by confirmDeleteFields(), confirmDeleteRecords(), createField(), createRecord(), editField(), editFields(), editRecord(), executeCommand(), importRecords(), saveField(), saveRecord(), updateField(), and updateRecord().
|
protected |
Definition at line 1800 of file class.ilAdvancedMDSettingsGUI.php.
References $_POST, $active_language, $record, $ref_id, $type, ilAdvancedMDRecord\_getAssignableObjectTypes(), ilAdvancedMDPermissionHelper\ACTION_RECORD_EDIT_PROPERTY, ilAdvancedMDPermissionHelper\ACTION_RECORD_TOGGLE_ACTIVATION, ilAdvancedMDPermissionHelper\CONTEXT_RECORD, ilAdvancedMDRecordTranslations\getInstanceByRecordId(), getPermissions(), ilUtil\stripSlashes(), ilAdvancedMDPermissionHelper\SUBACTION_RECORD_DESCRIPTION, ilAdvancedMDPermissionHelper\SUBACTION_RECORD_OBJECT_TYPES, and ilAdvancedMDPermissionHelper\SUBACTION_RECORD_TITLE.
Referenced by saveRecord(), and updateRecord().
ilAdvancedMDSettingsGUI::saveField | ( | ) |
create field
public
Definition at line 1278 of file class.ilAdvancedMDSettingsGUI.php.
References $active_language, createField(), editFields(), ilAdvancedMDFieldDefinition\getInstance(), ilAdvancedMDFieldTranslations\getInstanceByRecordId(), getPermissions(), initFieldForm(), initLanguage(), and initRecordObject().
ilAdvancedMDSettingsGUI::saveRecord | ( | ) |
Save record.
public
Definition at line 1132 of file class.ilAdvancedMDSettingsGUI.php.
References $record, createRecord(), ilAdvancedMDRecordTranslations\getInstanceByRecordId(), initForm(), initRecordObject(), loadRecordFormData(), and ilUtil\sendFailure().
|
protected |
Set subtabs for record editing/creation.
Definition at line 1001 of file class.ilAdvancedMDSettingsGUI.php.
Referenced by confirmDeleteFields(), confirmDeleteRecords(), createField(), createRecord(), editField(), editFields(), editRecord(), and executeCommand().
|
protected |
Set sub tabs.
protected
Definition at line 1894 of file class.ilAdvancedMDSettingsGUI.php.
References ilAdvancedMDRecord\_getAllRecordsByObjectType().
Referenced by showFiles(), showPresentation(), and showRecords().
|
protected |
Show export files.
Definition at line 412 of file class.ilAdvancedMDSettingsGUI.php.
References $GLOBALS, and setSubTabs().
Referenced by confirmDeleteFiles(), deleteFiles(), downloadFile(), and exportRecords().
|
protected |
int | $record_id |
Definition at line 2098 of file class.ilAdvancedMDSettingsGUI.php.
References ilAdvancedMDRecordTranslations\getInstanceByRecordId().
Referenced by editField(), editFields(), editRecord(), updateField(), and updateRecord().
|
protected |
Definition at line 253 of file class.ilAdvancedMDSettingsGUI.php.
References initFormSubstitutions(), setSubTabs(), and showRecords().
ilAdvancedMDSettingsGUI::showRecords | ( | ) |
show record list
public
Definition at line 193 of file class.ilAdvancedMDSettingsGUI.php.
References $DIC, ilAdvancedMDPermissionHelper\ACTION_MD_CREATE_RECORD, ilAdvancedMDPermissionHelper\ACTION_MD_IMPORT_RECORDS, ilAdvancedMDPermissionHelper\CONTEXT_MD, ilLinkButton\getInstance(), getParsedRecordObjects(), getPermissions(), and setSubTabs().
Referenced by confirmDeleteRecords(), deleteRecords(), exportRecords(), and showPresentation().
ilAdvancedMDSettingsGUI::updateComplexOption | ( | ) |
Definition at line 2063 of file class.ilAdvancedMDSettingsGUI.php.
References ilAdvancedMDFieldDefinition\getInstance(), and initComplexOptionForm().
ilAdvancedMDSettingsGUI::updateField | ( | ) |
Update field.
public
Definition at line 1204 of file class.ilAdvancedMDSettingsGUI.php.
References editField(), editFields(), ilAdvancedMDFieldDefinition\getInstance(), ilAdvancedMDFieldTranslations\getInstanceByRecordId(), getPermissions(), initFieldForm(), initLanguage(), initRecordObject(), ilUtil\sendInfo(), and showLanguageSwitch().
ilAdvancedMDSettingsGUI::updateFields | ( | ) |
Update fields.
public
Definition at line 879 of file class.ilAdvancedMDSettingsGUI.php.
References $_GET, $_POST, ilAdvancedMDPermissionHelper\ACTION_FIELD_EDIT_PROPERTY, ilAdvancedMDPermissionHelper\ACTION_RECORD_FIELD_POSITIONS, ilAdvancedMDPermissionHelper\CONTEXT_FIELD, ilAdvancedMDPermissionHelper\CONTEXT_RECORD, editFields(), ilAdvancedMDFieldDefinition\getInstancesByRecordId(), getPermissions(), ilUtil\sendFailure(), and ilAdvancedMDPermissionHelper\SUBACTION_FIELD_SEARCHABLE.
ilAdvancedMDSettingsGUI::updateRecord | ( | ) |
Update record.
public
Definition at line 936 of file class.ilAdvancedMDSettingsGUI.php.
References editRecord(), ilAdvancedMDRecordTranslations\getInstanceByRecordId(), initForm(), initLanguage(), initRecordObject(), loadRecordFormData(), ilUtil\sendFailure(), and showLanguageSwitch().
ilAdvancedMDSettingsGUI::updateRecords | ( | ) |
Save records (assigned object typed)
public
Definition at line 611 of file class.ilAdvancedMDSettingsGUI.php.
References $_POST, $DIC, $i, $type, ilAdvancedMDRecord\_getInstanceByRecordId(), ilAdvancedMDPermissionHelper\ACTION_RECORD_EDIT_PROPERTY, ilAdvancedMDPermissionHelper\ACTION_RECORD_TOGGLE_ACTIVATION, ilAdvancedMDPermissionHelper\CONTEXT_RECORD, getParsedRecordObjects(), getPermissions(), ilAdvancedMDRecord\saveObjRecSelection(), ilUtil\stripSlashes(), and ilAdvancedMDPermissionHelper\SUBACTION_RECORD_OBJECT_TYPES.
ilAdvancedMDSettingsGUI::updateSubstitutions | ( | ) |
Update substitution.
public
Definition at line 271 of file class.ilAdvancedMDSettingsGUI.php.
References $_POST, $DIC, $obj_type, ilAdvancedMDRecord\_getActivatedObjTypes(), ilAdvancedMDSubstitution\_getInstanceByObjectType(), ilAdvancedMDPermissionHelper\ACTION_SUBSTITUTION_FIELD_POSITIONS, ilAdvancedMDPermissionHelper\ACTION_SUBSTITUTION_SHOW_DESCRIPTION, ilAdvancedMDPermissionHelper\ACTION_SUBSTITUTION_SHOW_FIELDNAMES, ilAdvancedMDPermissionHelper\CONTEXT_SUBSTITUTION, ilAdvancedMDFieldDefinition\getInstancesByObjType(), getPermissions(), getSubstitutionFieldPermissions(), and ilUtil\sortArray().
|
private |
Definition at line 80 of file class.ilAdvancedMDSettingsGUI.php.
Referenced by editFields(), initFieldForm(), loadRecordFormData(), and saveField().
|
private |
Definition at line 28 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 40 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 33 of file class.ilAdvancedMDSettingsGUI.php.
Referenced by __construct().
|
private |
Definition at line 75 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 48 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 49 of file class.ilAdvancedMDSettingsGUI.php.
Referenced by initFormSubstitutions(), and updateSubstitutions().
|
protected |
Definition at line 46 of file class.ilAdvancedMDSettingsGUI.php.
Referenced by getPermissions().
|
protected |
Definition at line 85 of file class.ilAdvancedMDSettingsGUI.php.
Referenced by confirmDeleteRecords(), deleteRecords(), executeCommand(), exportRecords(), getParsedRecordObjects(), initRecordObject(), loadRecordFormData(), and saveRecord().
|
protected |
Definition at line 47 of file class.ilAdvancedMDSettingsGUI.php.
Referenced by loadRecordFormData().
|
protected |
Definition at line 55 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 50 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 45 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 70 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 35 of file class.ilAdvancedMDSettingsGUI.php.
Referenced by __construct().
|
protected |
Definition at line 60 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 65 of file class.ilAdvancedMDSettingsGUI.php.
const ilAdvancedMDSettingsGUI::CONTEXT_ADMINISTRATION = 1 |
Definition at line 18 of file class.ilAdvancedMDSettingsGUI.php.
const ilAdvancedMDSettingsGUI::CONTEXT_OBJECT = 2 |
Definition at line 19 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 21 of file class.ilAdvancedMDSettingsGUI.php.
|
protected |
Definition at line 22 of file class.ilAdvancedMDSettingsGUI.php.