Home
last modified time | relevance | path

Searched refs:custom_item_storage (Results 1 – 4 of 4) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Services/MainMenu/classes/Items/Facade/
H A Dclass.ilMMCustomItemFacade.php17 protected $custom_item_storage; variable in ilMMCustomItemFacade
38 $this->custom_item_storage = $this->getCustomStorage();
39 if ($this->custom_item_storage instanceof ilMMCustomItemStorage) {
40 if ($this->custom_item_storage->getType()) {
41 $this->type = $this->custom_item_storage->getType();
H A Dclass.ilMMNullItemFacade.php93 $this->custom_item_storage = $s;
/dports/www/ilias6/ILIAS-6.14/Services/MainMenu/classes/Items/Facade/
H A Dclass.ilMMCustomItemFacade.php17 protected $custom_item_storage; variable in ilMMCustomItemFacade
38 $this->custom_item_storage = $this->getCustomStorage();
39 if ($this->custom_item_storage instanceof ilMMCustomItemStorage) {
40 if ($this->custom_item_storage->getType()) {
41 $this->type = $this->custom_item_storage->getType();
H A Dclass.ilMMNullItemFacade.php94 $this->custom_item_storage = $s;