|
ILIAS
release_8 Revision v8.24
|
Class ilMMCustomItemFacade. More...
Inheritance diagram for ilMMCustomItemFacade:
Collaboration diagram for ilMMCustomItemFacade:Protected Attributes | |
| ilMMCustomItemStorage | $custom_item_storage |
| string | $action = '' |
| string | $type = '' |
| bool | $top_item = false |
Protected Attributes inherited from ilMMAbstractItemFacade | |
| bool | $role_based_visibility = false |
| array | $global_role_ids = [] |
| TypeInformation | $type_information |
| ilMMItemStorage | $mm_item |
| isItem | $filtered_item |
| isItem | $raw_item |
| IdentificationInterface | $identification |
| string | $default_title = "-" |
Additional Inherited Members | |
Protected Member Functions inherited from ilMMAbstractItemFacade | |
| deleteAssociatedTranslations () | |
| deletes all translations associated with the current identification. More... | |
Class ilMMCustomItemFacade.
Definition at line 26 of file class.ilMMCustomItemFacade.php.
| ilMMCustomItemFacade::__construct | ( | IdentificationInterface | $identification, |
| Main | $collector | ||
| ) |
@inheritDoc
Reimplemented from ilMMAbstractItemFacade.
Reimplemented in ilMMNullItemFacade.
Definition at line 39 of file class.ilMMCustomItemFacade.php.
References ilMMAbstractItemFacade\$identification, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ilMMCustomItemFacade::delete | ( | ) |
@inheritDoc
Reimplemented from ilMMAbstractItemFacade.
Definition at line 80 of file class.ilMMCustomItemFacade.php.
References isDeletable().
Here is the call graph for this function:| ilMMCustomItemFacade::getProviderNameForPresentation | ( | ) |
@inheritDoc
Reimplemented from ilMMAbstractItemFacade.
Reimplemented in ilMMNullItemFacade.
Definition at line 137 of file class.ilMMCustomItemFacade.php.
| ilMMCustomItemFacade::getStatus | ( | ) |
Reimplemented from ilMMAbstractItemFacade.
Definition at line 145 of file class.ilMMCustomItemFacade.php.
| ilMMCustomItemFacade::getType | ( | ) |
@inheritDoc
Reimplemented from ilMMAbstractItemFacade.
Definition at line 161 of file class.ilMMCustomItemFacade.php.
References $type.
Referenced by update().
Here is the caller graph for this function:| ilMMCustomItemFacade::isCustom | ( | ) |
@inheritDoc
Implements ilMMItemFacadeInterface.
Definition at line 113 of file class.ilMMCustomItemFacade.php.
Referenced by update().
Here is the caller graph for this function:| ilMMCustomItemFacade::isDeletable | ( | ) |
@inheritDoc
Implements ilMMItemFacadeInterface.
Reimplemented in ilMMNullItemFacade.
Definition at line 129 of file class.ilMMCustomItemFacade.php.
Referenced by delete().
Here is the caller graph for this function:| ilMMCustomItemFacade::isEditable | ( | ) |
@inheritDoc
Implements ilMMItemFacadeInterface.
Definition at line 121 of file class.ilMMCustomItemFacade.php.
| ilMMCustomItemFacade::isTopItem | ( | ) |
@inheritDoc
Reimplemented from ilMMAbstractItemFacade.
Reimplemented in ilMMNullItemFacade.
Definition at line 177 of file class.ilMMCustomItemFacade.php.
References $top_item.
| ilMMCustomItemFacade::setAction | ( | string | $action | ) |
@inheritDoc
Implements ilMMItemFacadeInterface.
Definition at line 153 of file class.ilMMCustomItemFacade.php.
References $action.
| ilMMCustomItemFacade::setIsTopItm | ( | bool | $top_item | ) |
@inheritDoc
Reimplemented from ilMMAbstractItemFacade.
Reimplemented in ilMMNullItemFacade.
Definition at line 189 of file class.ilMMCustomItemFacade.php.
References $top_item.
| ilMMCustomItemFacade::setType | ( | string | $type | ) |
@inheritDoc
Implements ilMMItemFacadeInterface.
Definition at line 169 of file class.ilMMCustomItemFacade.php.
References $type.
| ilMMCustomItemFacade::supportsRoleBasedVisibility | ( | ) |
@inheritDoc
Reimplemented from ilMMAbstractItemFacade.
Reimplemented in ilMMNullItemFacade.
Definition at line 105 of file class.ilMMCustomItemFacade.php.
| ilMMCustomItemFacade::update | ( | ) |
@inheritDoc
Reimplemented from ilMMAbstractItemFacade.
Definition at line 57 of file class.ilMMCustomItemFacade.php.
References getType(), ilMMAbstractItemFacade\identification(), and isCustom().
Here is the call graph for this function:
|
protected |
Definition at line 30 of file class.ilMMCustomItemFacade.php.
Referenced by setAction().
|
protected |
Definition at line 28 of file class.ilMMCustomItemFacade.php.
|
protected |
Definition at line 34 of file class.ilMMCustomItemFacade.php.
Referenced by isTopItem(), and setIsTopItm().
|
protected |
Definition at line 32 of file class.ilMMCustomItemFacade.php.