ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
ItemInformation.php
Go to the documentation of this file.
1
<?
php
namespace
ILIAS\GlobalScreen\Scope\MainMenu\Collector\Information
;
2
3
use
ILIAS\GlobalScreen\Identification\IdentificationInterface
;
4
use
ILIAS\GlobalScreen\Scope\MainMenu\Factory\hasTitle
;
5
use
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isChild
;
6
use
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isItem
;
7
use
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isTopItem
;
8
14
interface
ItemInformation
15
{
16
22
public
function
isItemActive
(
isItem
$item) : bool;
23
24
30
public
function
getPositionOfSubItem
(
isChild
$child) : int;
31
32
38
public
function
getPositionOfTopItem
(
isTopItem
$top_item) : int;
39
40
46
public
function
translateItemForUser
(
hasTitle
$item) :
hasTitle
;
47
48
54
public
function
getParent
(
isChild
$item) :
IdentificationInterface
;
55
}
isTopItem
ILIAS\GlobalScreen\Identification\IdentificationInterface
Interface IdentificationInterface.
Definition:
IdentificationInterface.php:8
ILIAS\GlobalScreen\Scope\MainMenu\Collector\Information\ItemInformation\getParent
getParent(isChild $item)
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isItem
Interface IFactory.
Definition:
isItem.php:12
isChild
ILIAS\GlobalScreen\Scope\MainMenu\Collector\Information\ItemInformation\translateItemForUser
translateItemForUser(hasTitle $item)
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isChild
Interface isChild.
Definition:
isChild.php:10
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isTopItem
Interface TopIs.
Definition:
isTopItem.php:8
ILIAS\GlobalScreen\Scope\MainMenu\Factory\hasTitle
Interface hasTitle.
Definition:
hasTitle.php:8
ILIAS\GlobalScreen\Scope\MainMenu\Collector\Information\ItemInformation
Class ItemInformation.
Definition:
ItemInformation.php:14
IdentificationInterface
ILIAS\GlobalScreen\Scope\MainMenu\Collector\Information\ItemInformation\isItemActive
isItemActive(isItem $item)
ILIAS\GlobalScreen\Scope\MainMenu\Collector\Information\ItemInformation\getPositionOfTopItem
getPositionOfTopItem(isTopItem $top_item)
isItem
ILIAS\GlobalScreen\Scope\MainMenu\Collector\Information\ItemInformation\getPositionOfSubItem
getPositionOfSubItem(isChild $child)
php
hasTitle
ILIAS\GlobalScreen\Scope\MainMenu\Collector\Information
Definition:
ItemInformation.php:1
src
GlobalScreen
Scope
MainMenu
Collector
Information
ItemInformation.php
Generated on Sun Aug 31 2025 19:02:04 for ILIAS by
1.8.13 (using
Doxyfile
)