ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
ItemInformation.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\GlobalScreen\Scope\Footer\Collector\Information
;
22
23
use
ILIAS\GlobalScreen\Scope\Footer\Factory\isItem
;
24
use
ILIAS\GlobalScreen\Identification\IdentificationInterface
;
25
use
ILIAS\GlobalScreen\Scope\Footer\Factory\hasTitle
;
26
30
interface
ItemInformation
31
{
32
public
function
isItemActive
(
isItem
$item): bool;
33
34
public
function
customPosition
(
isItem
$item):
isItem
;
35
36
public
function
customTranslationForUser
(
hasTitle
$item):
hasTitle
;
37
38
public
function
getParent
(
isItem
$item):
IdentificationInterface
;
39
40
}
hasTitle
ILIAS\GlobalScreen\Identification\IdentificationInterface
Interface IdentificationInterface.
Definition:
IdentificationInterface.php:29
ILIAS\GlobalScreen\Scope\Footer\Collector\Information\ItemInformation\customPosition
customPosition(isItem $item)
ILIAS\GlobalScreen\Scope\Footer\Factory\isItem
Definition:
isItem.php:28
ILIAS\GlobalScreen\Scope\Footer\Collector\Information\ItemInformation\customTranslationForUser
customTranslationForUser(hasTitle $item)
ILIAS\GlobalScreen\Scope\Footer\Collector\Information\ItemInformation
Definition:
ItemInformation.php:30
ILIAS\GlobalScreen\Scope\Footer\Collector\Information\ItemInformation\getParent
getParent(isItem $item)
ILIAS\GlobalScreen\Scope\Footer\Collector\Information
Definition:
ItemInformation.php:21
IdentificationInterface
ILIAS\GlobalScreen\Scope\Footer\Collector\Information\ItemInformation\isItemActive
isItemActive(isItem $item)
ILIAS\GlobalScreen\Scope\Footer\Factory\hasTitle
Definition:
hasTitle.php:26
isItem
components
ILIAS
GlobalScreen
src
Scope
Footer
Collector
Information
ItemInformation.php
Generated on Mon Sep 1 2025 23:03:10 for ILIAS by
1.8.13 (using
Doxyfile
)