|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilMMItemInformation. More...
Inheritance diagram for ilMMItemInformation:
Collaboration diagram for ilMMItemInformation:Public Member Functions | |
| __construct () | |
| ilMMItemInformation constructor. More... | |
| getPositionOfSubItem (isChild $child) | |
| @inheritDoc More... | |
| getPositionOfTopItem (isTopItem $top_item) | |
| @inheritDoc More... | |
| isItemActive (isItem $item) | |
| @inheritDoc More... | |
| getParent (isChild $item) | |
| @inheritDoc More... | |
Public Member Functions inherited from ILIAS\GlobalScreen\Scope\MainMenu\Collector\Information\ItemInformation | |
| isItemActive (isItem $item) | |
| getPositionOfSubItem (isChild $child) | |
| getPositionOfTopItem (isTopItem $top_item) | |
| translateItemForUser (hasTitle $item) | |
| getParent (isChild $item) | |
Private Member Functions | |
| getPosition (isItem $item) | |
Private Attributes | |
| $translations = [] | |
| $items = [] | |
Class ilMMItemInformation.
Definition at line 18 of file class.ilMMItemInformation.php.
| ilMMItemInformation::__construct | ( | ) |
ilMMItemInformation constructor.
| StorageFacade | $storage |
Definition at line 36 of file class.ilMMItemInformation.php.
References ActiveRecord\getArray().
Here is the call graph for this function:| ilMMItemInformation::getParent | ( | isChild | $item | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Scope\MainMenu\Collector\Information\ItemInformation.
Definition at line 131 of file class.ilMMItemInformation.php.
References $DIC, ILIAS\GlobalScreen\Scope\MainMenu\Factory\isChild\getParent(), and ILIAS\GlobalScreen\Scope\MainMenu\Factory\isItem\getProviderIdentification().
Here is the call graph for this function:
|
private |
Definition at line 104 of file class.ilMMItemInformation.php.
References ILIAS\GlobalScreen\Scope\MainMenu\Factory\isItem\getPosition(), and ILIAS\GlobalScreen\Scope\MainMenu\Factory\isItem\getProviderIdentification().
Referenced by getPositionOfSubItem(), and getPositionOfTopItem().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMMItemInformation::getPositionOfSubItem | ( | isChild | $child | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Scope\MainMenu\Collector\Information\ItemInformation.
Definition at line 87 of file class.ilMMItemInformation.php.
References getPosition().
Here is the call graph for this function:| ilMMItemInformation::getPositionOfTopItem | ( | isTopItem | $top_item | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Scope\MainMenu\Collector\Information\ItemInformation.
Definition at line 98 of file class.ilMMItemInformation.php.
References getPosition().
Here is the call graph for this function:| ilMMItemInformation::isItemActive | ( | isItem | $item | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Scope\MainMenu\Collector\Information\ItemInformation.
Definition at line 117 of file class.ilMMItemInformation.php.
References ILIAS\GlobalScreen\Scope\MainMenu\Factory\isItem\getProviderIdentification(), and ILIAS\GlobalScreen\Scope\MainMenu\Factory\isItem\isActive().
Here is the call graph for this function:
|
private |
Definition at line 28 of file class.ilMMItemInformation.php.
|
private |
Definition at line 24 of file class.ilMMItemInformation.php.