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.ilUICoreSetupAgent.php
Go to the documentation of this file.
1
<?php declare(strict_types=1);
2
3
use
ILIAS\Setup
;
4
use
ILIAS\Refinery\Transformation
;
5
6
class
ilUICoreSetupAgent
implements
Setup\Agent
7
{
11
protected
$ctrl_reader
;
12
13
public
function
__construct
()
14
{
15
$this->ctrl_reader = new \ilCtrlStructureReader();
16
}
17
21
public
function
hasConfig
() : bool
22
{
23
return
false
;
24
}
25
29
public
function
getConfigInput
(Setup\
Config
$config
= null) :
ILIAS
\
UI
\
Component
\
Input
\Field\
Input
30
{
31
throw
new \LogicException(self::class .
" has no Config."
);
32
}
33
37
public
function
getArrayToConfigTransformation
() :
Transformation
38
{
39
throw
new \LogicException(self::class .
" has no Config."
);
40
}
41
45
public
function
getInstallObjective
(Setup\
Config
$config
= null) : Setup\
Objective
46
{
47
return
new \ilCtrlStructureStoredObjective($this->ctrl_reader);
48
}
49
53
public
function
getUpdateObjective
(Setup\
Config
$config
= null) : Setup\
Objective
54
{
55
return
new \ilCtrlStructureStoredObjective($this->ctrl_reader,
false
);
56
}
57
61
public
function
getBuildArtifactObjective
() : Setup\
Objective
62
{
63
return
new
Setup\NullObjective();
64
}
65
}
ilUICoreSetupAgent\getInstallObjective
getInstallObjective(Setup\Config $config=null)
Definition:
class.ilUICoreSetupAgent.php:45
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
ilUICoreSetupAgent\getConfigInput
getConfigInput(Setup\Config $config=null)
Definition:
class.ilUICoreSetupAgent.php:29
ilUICoreSetupAgent\hasConfig
hasConfig()
Definition:
class.ilUICoreSetupAgent.php:21
ILIAS
Class ChatMainBarProvider .
$config
if(!array_key_exists('PATH_INFO', $_SERVER)) $config
Definition:
metadata.php:68
ILIAS\UI\Component
Transformation
ilUICoreSetupAgent\getUpdateObjective
getUpdateObjective(Setup\Config $config=null)
Definition:
class.ilUICoreSetupAgent.php:53
ilUICoreSetupAgent\getBuildArtifactObjective
getBuildArtifactObjective()
Definition:
class.ilUICoreSetupAgent.php:61
Input
ilUICoreSetupAgent\__construct
__construct()
Definition:
class.ilUICoreSetupAgent.php:13
ilUICoreSetupAgent
Definition:
class.ilUICoreSetupAgent.php:6
ILIAS\Setup
Definition:
AchievementTracker.php:5
ilUICoreSetupAgent\getArrayToConfigTransformation
getArrayToConfigTransformation()
Definition:
class.ilUICoreSetupAgent.php:37
ILIAS\Refinery\Transformation
A transformation is a function from one datatype to another.
Definition:
Transformation.php:17
ilUICoreSetupAgent\$ctrl_reader
$ctrl_reader
Definition:
class.ilUICoreSetupAgent.php:11
ILIAS\Setup\Config
A configuration for the setup.
Definition:
Config.php:10
Services
UICore
classes
Setup
class.ilUICoreSetupAgent.php
Generated on Sun Apr 6 2025 20:01:32 for ILIAS by
1.8.13 (using
Doxyfile
)