ILIAS
trunk Revision v11.0_alpha-2406-g7062992332c
|
Class ilMMNullItemFacade. More...
Protected Attributes | |
bool | $top_item = false |
![]() | |
ilMMCustomItemStorage | $custom_item_storage |
string | $action = '' |
string | $type = '' |
bool | $top_item = false |
![]() | |
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 | |
![]() | |
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 | ||
) |
Definition at line 41 of file class.ilMMNullItemFacade.php.
References ILIAS\GlobalScreen\Provider\__construct(), and ilMMItemFacadeInterface\identification().
ilMMNullItemFacade::create | ( | ) |
Implements ilMMItemFacadeInterface.
Definition at line 99 of file class.ilMMNullItemFacade.php.
References $DIC, $provider, ilMMItemFacadeInterface\identification(), and isTopItem().
ilMMNullItemFacade::getProviderNameForPresentation | ( | ) |
Implements ilMMItemFacadeInterface.
Definition at line 155 of file class.ilMMNullItemFacade.php.
References ilMMItemFacadeInterface\identification().
ilMMNullItemFacade::isAlwaysAvailable | ( | ) |
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 | ( | ) |
Implements ilMMItemFacadeInterface.
Definition at line 165 of file class.ilMMNullItemFacade.php.
ilMMNullItemFacade::isEmpty | ( | ) |
Implements ilMMItemFacadeInterface.
Definition at line 72 of file class.ilMMNullItemFacade.php.
ilMMNullItemFacade::isTopItem | ( | ) |
Implements ilMMItemFacadeInterface.
Definition at line 52 of file class.ilMMNullItemFacade.php.
References $top_item.
Referenced by create().
ilMMNullItemFacade::setActiveStatus | ( | bool | $status | ) |
Implements ilMMItemFacadeInterface.
Definition at line 82 of file class.ilMMNullItemFacade.php.
ilMMNullItemFacade::setIsTopItm | ( | bool | $top_item | ) |
Implements ilMMItemFacadeInterface.
Definition at line 62 of file class.ilMMNullItemFacade.php.
References $top_item.
ilMMNullItemFacade::setParent | ( | string | $parent | ) |
Implements ilMMItemFacadeInterface.
Definition at line 92 of file class.ilMMNullItemFacade.php.
ilMMNullItemFacade::supportsRoleBasedVisibility | ( | ) |
Implements ilMMItemFacadeInterface.
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().