ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilMMCustomItemFacade. More...
Protected Attributes | |
$custom_item_storage | |
$action = '' | |
$type = '' | |
$top_item = false | |
![]() | |
$role_based_visibility = false | |
$global_role_ids = [] | |
$type_information | |
$mm_item | |
$raw_item | |
$filtered_item | |
$identification | |
$default_title = "-" | |
Private Member Functions | |
getCustomStorage () | |
Additional Inherited Members | |
![]() | |
deleteAssociatedTranslations () | |
deletes all translations associated with the current identification. More... | |
Class ilMMCustomItemFacade.
Definition at line 10 of file class.ilMMCustomItemFacade.php.
ilMMCustomItemFacade::__construct | ( | IdentificationInterface | $identification, |
Main | $collector | ||
) |
Definition at line 33 of file class.ilMMCustomItemFacade.php.
References ILIAS\GlobalScreen\Provider\__construct(), and getCustomStorage().
ilMMCustomItemFacade::delete | ( | ) |
Implements ilMMItemFacadeInterface.
Definition at line 72 of file class.ilMMCustomItemFacade.php.
References getCustomStorage(), and isDeletable().
|
private |
Definition at line 88 of file class.ilMMCustomItemFacade.php.
References CachedActiveRecord\find().
Referenced by __construct(), delete(), and update().
ilMMCustomItemFacade::getProviderNameForPresentation | ( | ) |
Implements ilMMItemFacadeInterface.
Definition at line 131 of file class.ilMMCustomItemFacade.php.
ilMMCustomItemFacade::getStatus | ( | ) |
Implements ilMMItemFacadeInterface.
Definition at line 139 of file class.ilMMCustomItemFacade.php.
ilMMCustomItemFacade::getType | ( | ) |
Implements ilMMItemFacadeInterface.
Definition at line 155 of file class.ilMMCustomItemFacade.php.
References $type.
Referenced by update().
ilMMCustomItemFacade::isCustom | ( | ) |
Implements ilMMItemFacadeInterface.
Definition at line 107 of file class.ilMMCustomItemFacade.php.
Referenced by update().
ilMMCustomItemFacade::isDeletable | ( | ) |
Implements ilMMItemFacadeInterface.
Definition at line 123 of file class.ilMMCustomItemFacade.php.
Referenced by delete().
ilMMCustomItemFacade::isEditable | ( | ) |
Implements ilMMItemFacadeInterface.
Definition at line 115 of file class.ilMMCustomItemFacade.php.
ilMMCustomItemFacade::isTopItem | ( | ) |
Implements ilMMItemFacadeInterface.
Definition at line 171 of file class.ilMMCustomItemFacade.php.
References $top_item.
ilMMCustomItemFacade::setAction | ( | string | $action | ) |
Implements ilMMItemFacadeInterface.
Definition at line 147 of file class.ilMMCustomItemFacade.php.
References $action.
ilMMCustomItemFacade::setIsTopItm | ( | bool | $top_item | ) |
Implements ilMMItemFacadeInterface.
Definition at line 183 of file class.ilMMCustomItemFacade.php.
References $top_item.
ilMMCustomItemFacade::setType | ( | string | $type | ) |
Implements ilMMItemFacadeInterface.
Definition at line 163 of file class.ilMMCustomItemFacade.php.
References $type.
ilMMCustomItemFacade::supportsRoleBasedVisibility | ( | ) |
Implements ilMMItemFacadeInterface.
Definition at line 99 of file class.ilMMCustomItemFacade.php.
ilMMCustomItemFacade::update | ( | ) |
Implements ilMMItemFacadeInterface.
Definition at line 51 of file class.ilMMCustomItemFacade.php.
References ilMMAbstractItemFacade\$default_title, getCustomStorage(), getType(), ilMMAbstractItemFacade\identification(), and isCustom().
|
protected |
Definition at line 20 of file class.ilMMCustomItemFacade.php.
Referenced by setAction().
|
protected |
Definition at line 16 of file class.ilMMCustomItemFacade.php.
|
protected |
Definition at line 28 of file class.ilMMCustomItemFacade.php.
Referenced by isTopItem(), and setIsTopItm().
|
protected |
Definition at line 24 of file class.ilMMCustomItemFacade.php.