ILIAS
trunk Revision v11.0_alpha-1702-gfd3ecb7f852
|
Class ilObjectMetaDataGUI. More...
Public Member Functions | |
__construct (?ilObject $object=null, $sub_type=null, ?int $sub_id=null, bool $in_repository=true) | |
executeCommand () | |
setTaxonomySettings (Closure $form_manipulator, Closure $form_saver) | |
setRecordFilter (?array $filter=null) | |
Set advanced record filter. More... | |
enableTaxonomyDefinition (bool $enable) | |
Enable taxonomy definition. More... | |
getTaxonomyObjGUI () | |
addMDObserver (object $class, string $method, string $section) | |
setAdvMdRecordObject (int $adv_id, string $adv_type, string $adv_subtype="-") | |
Set object, that defines the adv md records being used. More... | |
getAdvMdRecordObject () | |
Get adv md record type. More... | |
getTab (?string $base_class=null) | |
Get tab link if available. More... | |
setSubTabs (string $active) | |
getBlockHTML (?array $commands=null, ?array $callback=null) | |
Takes as an optional second input an array consisting of the object that the method that should be called back to belongs to, and a string with the name of the method. More... | |
getKeyValueList () | |
Protected Member Functions | |
getLOMType () | |
isAdvMDAvailable () | |
isLOMAvailable () | |
hasAdvancedMDSettings () | |
hasActiveRecords () | |
check if active records exist in current path anf for object type More... | |
canEdit () | |
initEditForm () | |
edit (?ilPropertyFormGUI $a_form=null) | |
update () | |
checkFilter (int $record_id) | |
editTaxonomySettings () | |
initTaxonomySettingsForm () | |
saveTaxonomySettings () | |
Protected Attributes | |
ilCtrl | $ctrl |
ilTabsGUI | $tabs |
ilLanguage | $lng |
ilGlobalTemplateInterface | $tpl |
ilLogger | $logger = null |
bool | $in_workspace |
$sub_type | |
int | $sub_id |
bool | $in_repository = true |
ilObject | $object |
int | $obj_id = 0 |
string | $obj_type = "" |
int | $ref_id = 0 |
array | $md_observers = null |
ilTaxMDGUI | $tax_md_gui = null |
ilObjTaxonomyGUI | $tax_obj_gui = null |
Closure | $taxonomy_settings_form_manipulator = null |
Closure | $taxonomy_settings_form_saver = null |
ilAdvancedMDRecordGUI | $record_gui = null |
int | $adv_id = null |
string | $adv_type = null |
string | $adv_subtype = null |
array | $record_filter = null |
Private Attributes | |
ilObjectRequestRetriever | $retriever |
Class ilObjectMetaDataGUI.
ilObjectMetaDataGUI: ilMDEditorGUI, ilAdvancedMDSettingsGUI, ilPropertyFormGUI, ilTaxMDGUI, ilObjTaxonomyGUI
Definition at line 29 of file class.ilObjectMetaDataGUI.php.
ilObjectMetaDataGUI::__construct | ( | ?ilObject | $object = null , |
$sub_type = null , |
|||
?int | $sub_id = null , |
||
bool | $in_repository = true |
||
) |
Definition at line 72 of file class.ilObjectMetaDataGUI.php.
References $DIC, $GLOBALS, $in_repository, $object, $sub_id, $sub_type, ILIAS\Repository\ctrl(), ilObject\getId(), getLOMType(), ilObject\getRefId(), ilObject\getType(), ILIAS\Repository\int(), ILIAS\Repository\lng(), ILIAS\Repository\logger(), null, ILIAS\Repository\tabs(), ilLogLevel\WARNING, and ilObject\withReferences().
ilObjectMetaDataGUI::addMDObserver | ( | object | $class, |
string | $method, | ||
string | $section | ||
) |
Definition at line 227 of file class.ilObjectMetaDataGUI.php.
Referenced by ilStructureObjectGUI\executeCommand(), and ilObjMediaObjectGUI\returnToContextObject().
|
protected |
Definition at line 355 of file class.ilObjectMetaDataGUI.php.
References hasActiveRecords().
Referenced by getTab(), and setSubTabs().
|
protected |
Definition at line 511 of file class.ilObjectMetaDataGUI.php.
Referenced by getBlockHTML().
|
protected |
Definition at line 482 of file class.ilObjectMetaDataGUI.php.
References initEditForm().
Referenced by update().
|
protected |
Definition at line 602 of file class.ilObjectMetaDataGUI.php.
References initTaxonomySettingsForm(), and ILIAS\Repository\tabs().
ilObjectMetaDataGUI::enableTaxonomyDefinition | ( | bool | $enable | ) |
Enable taxonomy definition.
Definition at line 212 of file class.ilObjectMetaDataGUI.php.
References null, and ILIAS\Repository\object().
ilObjectMetaDataGUI::executeCommand | ( | ) |
Definition at line 133 of file class.ilObjectMetaDataGUI.php.
References ilAdvancedMDSettingsGUI\CONTEXT_OBJECT, ILIAS\Repository\ctrl(), getLOMType(), initEditForm(), and setSubTabs().
ilObjectMetaDataGUI::getAdvMdRecordObject | ( | ) |
Get adv md record type.
Definition at line 258 of file class.ilObjectMetaDataGUI.php.
References $adv_id, $adv_subtype, $adv_type, $obj_id, $obj_type, $ref_id, $sub_type, and null.
Referenced by getBlockHTML(), getKeyValueList(), hasActiveRecords(), and isAdvMDAvailable().
Takes as an optional second input an array consisting of the object that the method that should be called back to belongs to, and a string with the name of the method.
array | null | $commands | |
null|array{0 | ilObject, 1: string} $callback |
Definition at line 524 of file class.ilObjectMetaDataGUI.php.
References $obj_id, $sub_type, $url, ilAdvancedMDRecord\_getSelectedRecordsByObject(), checkFilter(), getAdvMdRecordObject(), ILIAS\Repository\int(), and ILIAS\Repository\lng().
ilObjectMetaDataGUI::getKeyValueList | ( | ) |
Definition at line 557 of file class.ilObjectMetaDataGUI.php.
References $obj_id, $sub_type, ilAdvancedMDRecord\_getSelectedRecordsByObject(), getAdvMdRecordObject(), ilADTFactory\getInstance(), ILIAS\Repository\int(), ilDatePresentation\setUseRelativeDates(), and ilDatePresentation\useRelativeDates().
|
protected |
Definition at line 236 of file class.ilObjectMetaDataGUI.php.
References $obj_type, and $sub_type.
Referenced by __construct(), executeCommand(), and isLOMAvailable().
ilObjectMetaDataGUI::getTab | ( | ?string | $base_class = null | ) |
Get tab link if available.
Definition at line 372 of file class.ilObjectMetaDataGUI.php.
References $path, canEdit(), ILIAS\Repository\ctrl(), hasAdvancedMDSettings(), isAdvMDAvailable(), isLOMAvailable(), and null.
Referenced by ilGlossaryTermGUI\getTabs(), ilObjMediaObjectGUI\getTabs(), and ilStructureObjectGUI\setTabs().
ilObjectMetaDataGUI::getTaxonomyObjGUI | ( | ) |
Definition at line 222 of file class.ilObjectMetaDataGUI.php.
References $tax_obj_gui.
|
protected |
check if active records exist in current path anf for object type
Definition at line 343 of file class.ilObjectMetaDataGUI.php.
References ilAdvancedMDRecord\_getSelectedRecordsByObject(), and getAdvMdRecordObject().
Referenced by canEdit().
|
protected |
Definition at line 328 of file class.ilObjectMetaDataGUI.php.
References ilContainer\_lookupContainerSetting(), and ilObjectServiceSettingsGUI\CUSTOM_METADATA.
Referenced by getTab(), and setSubTabs().
|
protected |
Definition at line 455 of file class.ilObjectMetaDataGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ilAdvancedMDRecordGUI\MODE_EDITOR.
Referenced by edit(), executeCommand(), and update().
|
protected |
Definition at line 609 of file class.ilObjectMetaDataGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by editTaxonomySettings(), and saveTaxonomySettings().
|
protected |
Definition at line 270 of file class.ilObjectMetaDataGUI.php.
References ilAdvancedMDRecord\_getAssignableObjectTypes(), and getAdvMdRecordObject().
Referenced by getTab(), and setSubTabs().
|
protected |
Definition at line 287 of file class.ilObjectMetaDataGUI.php.
References getLOMType().
Referenced by getTab(), and setSubTabs().
|
protected |
Definition at line 621 of file class.ilObjectMetaDataGUI.php.
References ILIAS\Repository\ctrl(), initTaxonomySettingsForm(), and ILIAS\Repository\lng().
ilObjectMetaDataGUI::setAdvMdRecordObject | ( | int | $adv_id, |
string | $adv_type, | ||
string | $adv_subtype = "-" |
||
) |
Set object, that defines the adv md records being used.
Default is $this->object, but the context may set another object (e.g. media pool for media objects)
Definition at line 248 of file class.ilObjectMetaDataGUI.php.
References $adv_id, $adv_subtype, and $adv_type.
ilObjectMetaDataGUI::setRecordFilter | ( | ?array | $filter = null | ) |
Set advanced record filter.
?int[] | $filter |
Definition at line 204 of file class.ilObjectMetaDataGUI.php.
ilObjectMetaDataGUI::setSubTabs | ( | string | $active | ) |
Definition at line 400 of file class.ilObjectMetaDataGUI.php.
References canEdit(), ILIAS\Repository\ctrl(), hasAdvancedMDSettings(), isAdvMDAvailable(), isLOMAvailable(), ILIAS\Repository\lng(), null, and ILIAS\Repository\tabs().
Referenced by executeCommand().
ilObjectMetaDataGUI::setTaxonomySettings | ( | Closure | $form_manipulator, |
Closure | $form_saver | ||
) |
Definition at line 194 of file class.ilObjectMetaDataGUI.php.
|
protected |
Definition at line 491 of file class.ilObjectMetaDataGUI.php.
References ILIAS\Repository\ctrl(), edit(), initEditForm(), and ILIAS\Repository\lng().
|
protected |
Definition at line 62 of file class.ilObjectMetaDataGUI.php.
Referenced by getAdvMdRecordObject(), and setAdvMdRecordObject().
|
protected |
Definition at line 64 of file class.ilObjectMetaDataGUI.php.
Referenced by getAdvMdRecordObject(), and setAdvMdRecordObject().
|
protected |
Definition at line 63 of file class.ilObjectMetaDataGUI.php.
Referenced by getAdvMdRecordObject(), and setAdvMdRecordObject().
|
protected |
Definition at line 31 of file class.ilObjectMetaDataGUI.php.
|
protected |
Definition at line 44 of file class.ilObjectMetaDataGUI.php.
Referenced by __construct().
|
protected |
Definition at line 37 of file class.ilObjectMetaDataGUI.php.
|
protected |
Definition at line 33 of file class.ilObjectMetaDataGUI.php.
Definition at line 35 of file class.ilObjectMetaDataGUI.php.
|
protected |
Definition at line 49 of file class.ilObjectMetaDataGUI.php.
|
protected |
Definition at line 46 of file class.ilObjectMetaDataGUI.php.
Referenced by getAdvMdRecordObject(), getBlockHTML(), and getKeyValueList().
|
protected |
Definition at line 47 of file class.ilObjectMetaDataGUI.php.
Referenced by getAdvMdRecordObject(), and getLOMType().
|
protected |
Definition at line 45 of file class.ilObjectMetaDataGUI.php.
Referenced by __construct().
|
protected |
Definition at line 69 of file class.ilObjectMetaDataGUI.php.
|
protected |
Definition at line 54 of file class.ilObjectMetaDataGUI.php.
|
protected |
Definition at line 48 of file class.ilObjectMetaDataGUI.php.
Referenced by getAdvMdRecordObject().
|
private |
Definition at line 70 of file class.ilObjectMetaDataGUI.php.
|
protected |
Definition at line 40 of file class.ilObjectMetaDataGUI.php.
Referenced by __construct().
|
protected |
Definition at line 39 of file class.ilObjectMetaDataGUI.php.
Referenced by __construct(), getAdvMdRecordObject(), getBlockHTML(), getKeyValueList(), and getLOMType().
|
protected |
Definition at line 32 of file class.ilObjectMetaDataGUI.php.
|
protected |
Definition at line 50 of file class.ilObjectMetaDataGUI.php.
|
protected |
Definition at line 51 of file class.ilObjectMetaDataGUI.php.
Referenced by getTaxonomyObjGUI().
|
protected |
Definition at line 52 of file class.ilObjectMetaDataGUI.php.
|
protected |
Definition at line 53 of file class.ilObjectMetaDataGUI.php.
|
protected |
Definition at line 34 of file class.ilObjectMetaDataGUI.php.