|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilMMCustomItemFacade. More...
Inheritance diagram for ilMMCustomItemFacade:
Collaboration diagram for ilMMCustomItemFacade:Protected Attributes | |
| $custom_item_storage | |
| $action = '' | |
| $type = '' | |
| $top_item = false | |
Protected Attributes inherited from ilMMAbstractItemFacade | |
| $type_information | |
| $mm_item | |
| $gs_item | |
| $identification | |
| $default_title = "-" | |
Private Member Functions | |
| getCustomStorage () | |
Additional Inherited Members | |
Protected Member Functions inherited from ilMMAbstractItemFacade | |
| deleteAssociatedTranslations () | |
| deletes all translations associated with the current identification. More... | |
Class ilMMCustomItemFacade.
Definition at line 11 of file class.ilMMCustomItemFacade.php.
| ilMMCustomItemFacade::__construct | ( | IdentificationInterface | $identification, |
| Main | $collector | ||
| ) |
@inheritDoc
Reimplemented in ilMMNullItemFacade.
Definition at line 35 of file class.ilMMCustomItemFacade.php.
References ilMMAbstractItemFacade\$identification, and getCustomStorage().
Here is the call graph for this function:| ilMMCustomItemFacade::delete | ( | ) |
@inheritDoc
Reimplemented from ilMMAbstractItemFacade.
Definition at line 68 of file class.ilMMCustomItemFacade.php.
References getCustomStorage(), and isDeletable().
Here is the call graph for this function:
|
private |
Definition at line 85 of file class.ilMMCustomItemFacade.php.
References $id, and CachedActiveRecord\find().
Referenced by __construct(), delete(), and update().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMMCustomItemFacade::getProviderNameForPresentation | ( | ) |
@inheritDoc
Reimplemented from ilMMAbstractItemFacade.
Reimplemented in ilMMNullItemFacade.
Definition at line 124 of file class.ilMMCustomItemFacade.php.
| ilMMCustomItemFacade::getStatus | ( | ) |
Reimplemented from ilMMAbstractItemFacade.
Definition at line 133 of file class.ilMMCustomItemFacade.php.
| ilMMCustomItemFacade::getType | ( | ) |
@inheritDoc
Reimplemented from ilMMAbstractItemFacade.
Definition at line 151 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 97 of file class.ilMMCustomItemFacade.php.
Referenced by update().
Here is the caller graph for this function:| ilMMCustomItemFacade::isDeletable | ( | ) |
@inheritDoc
Implements ilMMItemFacadeInterface.
Definition at line 115 of file class.ilMMCustomItemFacade.php.
Referenced by delete().
Here is the caller graph for this function:| ilMMCustomItemFacade::isEditable | ( | ) |
@inheritDoc
Implements ilMMItemFacadeInterface.
Definition at line 106 of file class.ilMMCustomItemFacade.php.
| ilMMCustomItemFacade::isTopItem | ( | ) |
@inheritDoc
Reimplemented from ilMMAbstractItemFacade.
Reimplemented in ilMMNullItemFacade.
Definition at line 169 of file class.ilMMCustomItemFacade.php.
References $top_item.
| ilMMCustomItemFacade::setAction | ( | string | $action | ) |
@inheritDoc
Implements ilMMItemFacadeInterface.
Definition at line 142 of file class.ilMMCustomItemFacade.php.
References $action.
| ilMMCustomItemFacade::setIsTopItm | ( | bool | $top_item | ) |
@inheritDoc
Reimplemented from ilMMAbstractItemFacade.
Reimplemented in ilMMNullItemFacade.
Definition at line 182 of file class.ilMMCustomItemFacade.php.
References $top_item.
| ilMMCustomItemFacade::setType | ( | string | $type | ) |
@inheritDoc
Implements ilMMItemFacadeInterface.
Definition at line 160 of file class.ilMMCustomItemFacade.php.
References $type.
| ilMMCustomItemFacade::update | ( | ) |
@inheritDoc
Reimplemented from ilMMAbstractItemFacade.
Definition at line 50 of file class.ilMMCustomItemFacade.php.
References ilMMAbstractItemFacade\$default_title, getCustomStorage(), getType(), ilMMAbstractItemFacade\identification(), isCustom(), and League\Flysystem\Adapter\Polyfill\update().
Here is the call graph for this function:
|
protected |
Definition at line 21 of file class.ilMMCustomItemFacade.php.
Referenced by setAction().
|
protected |
Definition at line 17 of file class.ilMMCustomItemFacade.php.
|
protected |
Definition at line 29 of file class.ilMMCustomItemFacade.php.
Referenced by isTopItem(), and setIsTopItm().
|
protected |
Definition at line 25 of file class.ilMMCustomItemFacade.php.