|
ILIAS
release_8 Revision v8.24
|
Class ilMMNullItemFacade. More...
Inheritance diagram for ilMMNullItemFacade:
Collaboration diagram for ilMMNullItemFacade:Protected Attributes | |
| bool | $top_item = false |
Protected Attributes inherited from ilMMCustomItemFacade | |
| 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 = "-" |
Private Attributes | |
| string | $parent_identification = "" |
| bool | $active_status |
Additional Inherited Members | |
Protected Member Functions inherited from ilMMAbstractItemFacade | |
| deleteAssociatedTranslations () | |
| deletes all translations associated with the current identification. More... | |
Class ilMMNullItemFacade.
Definition at line 15 of file class.ilMMNullItemFacade.php.
| ilMMNullItemFacade::__construct | ( | IdentificationInterface | $identification, |
| Main | $collector | ||
| ) |
@inheritDoc
Reimplemented from ilMMCustomItemFacade.
Definition at line 25 of file class.ilMMNullItemFacade.php.
References ilMMAbstractItemFacade\$identification, ILIAS\GlobalScreen\Provider\__construct(), and ilMMItemFacadeInterface\identification().
Here is the call graph for this function:| ilMMNullItemFacade::create | ( | ) |
Implements ilMMItemFacadeInterface.
Definition at line 77 of file class.ilMMNullItemFacade.php.
References $DIC, $provider, ilMMItemFacadeInterface\identification(), and isTopItem().
Here is the call graph for this function:| ilMMNullItemFacade::getProviderNameForPresentation | ( | ) |
@inheritDoc
Reimplemented from ilMMCustomItemFacade.
Definition at line 130 of file class.ilMMNullItemFacade.php.
References ilMMItemFacadeInterface\identification().
Here is the call graph for this function:| ilMMNullItemFacade::isAlwaysAvailable | ( | ) |
@inheritDoc
Implements ilMMItemFacadeInterface.
Definition at line 121 of file class.ilMMNullItemFacade.php.
| ilMMNullItemFacade::isAvailable | ( | ) |
Implements ilMMItemFacadeInterface.
Definition at line 112 of file class.ilMMNullItemFacade.php.
| ilMMNullItemFacade::isDeletable | ( | ) |
@inheritDoc
Reimplemented from ilMMCustomItemFacade.
Definition at line 139 of file class.ilMMNullItemFacade.php.
| ilMMNullItemFacade::isEmpty | ( | ) |
@inheritDoc
Implements ilMMItemFacadeInterface.
Definition at line 53 of file class.ilMMNullItemFacade.php.
| ilMMNullItemFacade::isTopItem | ( | ) |
@inheritDoc
Reimplemented from ilMMCustomItemFacade.
Definition at line 35 of file class.ilMMNullItemFacade.php.
References $top_item.
Referenced by create().
Here is the caller graph for this function:| ilMMNullItemFacade::setActiveStatus | ( | bool | $status | ) |
@inheritDoc
Implements ilMMItemFacadeInterface.
Definition at line 62 of file class.ilMMNullItemFacade.php.
| ilMMNullItemFacade::setIsTopItm | ( | bool | $top_item | ) |
@inheritDoc
Reimplemented from ilMMCustomItemFacade.
Definition at line 44 of file class.ilMMNullItemFacade.php.
References $top_item.
| ilMMNullItemFacade::setParent | ( | string | $parent | ) |
@inheritDoc
Implements ilMMItemFacadeInterface.
Definition at line 71 of file class.ilMMNullItemFacade.php.
| ilMMNullItemFacade::supportsRoleBasedVisibility | ( | ) |
@inheritDoc
Reimplemented from ilMMCustomItemFacade.
Definition at line 148 of file class.ilMMNullItemFacade.php.
|
private |
Definition at line 18 of file class.ilMMNullItemFacade.php.
|
private |
Definition at line 17 of file class.ilMMNullItemFacade.php.
|
protected |
Definition at line 19 of file class.ilMMNullItemFacade.php.
Referenced by isTopItem(), and setIsTopItm().