ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
s
t
w
+
Functions
_
a
b
c
f
g
h
i
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
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 Fri Apr 11 2025 20:01:40 for ILIAS by
1.8.13 (using
Doxyfile
)