ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
isItem.php
Go to the documentation of this file.
1
<?php
namespace
ILIAS\GlobalScreen\Scope\MetaBar\Factory
;
2
3
use
ILIAS\GlobalScreen\Scope\isGlobalScreenItem
;
4
use
ILIAS\GlobalScreen\Scope\MetaBar\Collector\Renderer\MetaBarItemRenderer
;
5
11
interface
isItem
extends
isGlobalScreenItem
12
{
13
17
public
function
getRenderer
() :
MetaBarItemRenderer
;
18
19
28
public
function
withVisibilityCallable
(callable $is_visible) :
isItem
;
29
30
34
public
function
isVisible
() : bool;
35
36
46
public
function
withAvailableCallable
(callable $is_avaiable) :
isItem
;
47
48
52
public
function
isAvailable
() : bool;
53
54
61
public
function
getPosition
() : int;
62
63
69
public
function
withPosition
(
int
$position) :
isItem
;
70
}
ILIAS\GlobalScreen\Scope\MetaBar\Factory\isItem\withAvailableCallable
withAvailableCallable(callable $is_avaiable)
Pass a callable which can decide wheter your element is available in general, e.g.
ILIAS\GlobalScreen\Scope\isGlobalScreenItem
Interface isGlobalScreenItem.
Definition:
isGlobalScreenItem.php:13
ILIAS\GlobalScreen\Scope\MetaBar\Factory\isItem\isAvailable
isAvailable()
ILIAS\GlobalScreen\Scope\MetaBar\Factory\isItem\getPosition
getPosition()
Return the default position for installation, this will be overridden by the configuration later...
ILIAS\GlobalScreen\Scope\MetaBar\Factory
Definition:
AbstractBaseItem.php:1
ILIAS\GlobalScreen\Scope\MetaBar\Factory\isItem\getRenderer
getRenderer()
MetaBarItemRenderer
ILIAS\GlobalScreen\Scope\MetaBar\Factory\isItem\withVisibilityCallable
withVisibilityCallable(callable $is_visible)
Pass a callable which can decide whether your element is visible for the current user.
ILIAS\GlobalScreen\Scope\MetaBar\Factory\isItem\isVisible
isVisible()
ILIAS\GlobalScreen\Scope\MetaBar\Factory\isItem
Class isItem.
Definition:
isItem.php:11
ILIAS\GlobalScreen\Scope\MetaBar\Factory\isItem\withPosition
withPosition(int $position)
ILIAS\GlobalScreen\Scope\MetaBar\Collector\Renderer\MetaBarItemRenderer
Interface MetaBarItemRenderer.
Definition:
MetaBarItemRenderer.php:11
isGlobalScreenItem
src
GlobalScreen
Scope
MetaBar
Factory
isItem.php
Generated on Tue Sep 2 2025 20:01:28 for ILIAS by
1.8.13 (using
Doxyfile
)