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
class.ilGlobalScreenSetupAgent.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 2019 Richard Klees <richard.klees@concepts-and-training.de> Extended GPL, see docs/LICENSE */
4
5
use
ILIAS\Setup
;
6
use
ILIAS\Data\Factory
as
DataFactory
;
7
use
ILIAS\Refinery\Factory
as
Refinery
;
8
use
ILIAS\Refinery\Transformation
;
9
10
class
ilGlobalScreenSetupAgent
implements
Setup\Agent
11
{
15
protected
$refinery
;
16
17
public
function
__construct
(
Refinery
$refinery
)
18
{
19
$this->refinery =
$refinery
;
20
}
21
25
public
function
hasConfig
() : bool
26
{
27
return
false
;
28
}
29
33
public
function
getConfigInput
(Setup\
Config
$config
= null) :
ILIAS
\
UI
\
Component
\
Input
\Field\
Input
34
{
35
throw
new \LogicException(self::class .
" has no Config."
);
36
}
37
41
public
function
getArrayToConfigTransformation
() :
Transformation
42
{
43
throw
new \LogicException(self::class .
" has no Config."
);
44
}
45
49
public
function
getInstallObjective
(Setup\
Config
$config
= null) : Setup\
Objective
50
{
51
return
new
Setup\NullObjective();
52
}
53
57
public
function
getUpdateObjective
(Setup\
Config
$config
= null) : Setup\
Objective
58
{
59
return
new
Setup\NullObjective();
60
}
61
65
public
function
getBuildArtifactObjective
() : Setup\
Objective
66
{
67
return
new \ilGlobalScreenBuildProviderMapObjective();
68
}
69
}
UI
Class Factory.
ILIAS\Setup\Objective
An objective is a desired state of the system that is supposed to be created by the setup...
Definition:
Objective.php:14
ilGlobalScreenSetupAgent\getArrayToConfigTransformation
getArrayToConfigTransformation()
Definition:
class.ilGlobalScreenSetupAgent.php:41
ILIAS
Class ChatMainBarProvider .
$config
if(!array_key_exists('PATH_INFO', $_SERVER)) $config
Definition:
metadata.php:68
ILIAS\UI\Component
ilGlobalScreenSetupAgent\hasConfig
hasConfig()
Definition:
class.ilGlobalScreenSetupAgent.php:25
ilGlobalScreenSetupAgent\getUpdateObjective
getUpdateObjective(Setup\Config $config=null)
Definition:
class.ilGlobalScreenSetupAgent.php:57
ilGlobalScreenSetupAgent\getInstallObjective
getInstallObjective(Setup\Config $config=null)
Definition:
class.ilGlobalScreenSetupAgent.php:49
Transformation
Factory
ilGlobalScreenSetupAgent\$refinery
$refinery
Definition:
class.ilGlobalScreenSetupAgent.php:15
Input
Factory
ILIAS\Setup
Definition:
AchievementTracker.php:5
ILIAS\Refinery\Transformation
A transformation is a function from one datatype to another.
Definition:
Transformation.php:17
ilGlobalScreenSetupAgent\getConfigInput
getConfigInput(Setup\Config $config=null)
Definition:
class.ilGlobalScreenSetupAgent.php:33
ILIAS\Setup\Config
A configuration for the setup.
Definition:
Config.php:10
ilGlobalScreenSetupAgent
Definition:
class.ilGlobalScreenSetupAgent.php:10
ilGlobalScreenSetupAgent\getBuildArtifactObjective
getBuildArtifactObjective()
Definition:
class.ilGlobalScreenSetupAgent.php:65
ilGlobalScreenSetupAgent\__construct
__construct(Refinery $refinery)
Definition:
class.ilGlobalScreenSetupAgent.php:17
Services
GlobalScreen
classes
Setup
class.ilGlobalScreenSetupAgent.php
Generated on Fri Apr 18 2025 20:01:24 for ILIAS by
1.8.13 (using
Doxyfile
)