|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 |
| 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 31 of file class.ilMMNullItemFacade.php.
| ilMMNullItemFacade::__construct | ( | IdentificationInterface | $identification, |
| Main | $collector | ||
| ) |
@inheritDoc
Reimplemented from ilMMCustomItemFacade.
Definition at line 41 of file class.ilMMNullItemFacade.php.
References ILIAS\GlobalScreen\Provider\__construct(), and ilMMItemFacadeInterface\identification().
Here is the call graph for this function:| ilMMNullItemFacade::create | ( | ) |
Implements ilMMItemFacadeInterface.
Definition at line 99 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 155 of file class.ilMMNullItemFacade.php.
References ilMMItemFacadeInterface\identification().
Here is the call graph for this function:| ilMMNullItemFacade::isAlwaysAvailable | ( | ) |
@inheritDoc
Implements ilMMItemFacadeInterface.
Definition at line 145 of file class.ilMMNullItemFacade.php.
| ilMMNullItemFacade::isAvailable | ( | ) |
Implements ilMMItemFacadeInterface.
Definition at line 135 of file class.ilMMNullItemFacade.php.
| ilMMNullItemFacade::isDeletable | ( | ) |
@inheritDoc
Reimplemented from ilMMCustomItemFacade.
Definition at line 165 of file class.ilMMNullItemFacade.php.
| ilMMNullItemFacade::isEmpty | ( | ) |
@inheritDoc
Implements ilMMItemFacadeInterface.
Definition at line 72 of file class.ilMMNullItemFacade.php.
| ilMMNullItemFacade::isTopItem | ( | ) |
@inheritDoc
Reimplemented from ilMMCustomItemFacade.
Definition at line 52 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 82 of file class.ilMMNullItemFacade.php.
| ilMMNullItemFacade::setIsTopItm | ( | bool | $top_item | ) |
@inheritDoc
Reimplemented from ilMMCustomItemFacade.
Definition at line 62 of file class.ilMMNullItemFacade.php.
References $top_item.
| ilMMNullItemFacade::setParent | ( | string | $parent | ) |
@inheritDoc
Implements ilMMItemFacadeInterface.
Definition at line 92 of file class.ilMMNullItemFacade.php.
| ilMMNullItemFacade::supportsRoleBasedVisibility | ( | ) |
@inheritDoc
Reimplemented from ilMMCustomItemFacade.
Definition at line 175 of file class.ilMMNullItemFacade.php.
|
private |
Definition at line 34 of file class.ilMMNullItemFacade.php.
|
private |
Definition at line 33 of file class.ilMMNullItemFacade.php.
|
protected |
Definition at line 35 of file class.ilMMNullItemFacade.php.
Referenced by isTopItem(), and setIsTopItm().