ILIAS
release_8 Revision v8.19
◀ 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
n
o
p
r
s
t
u
v
w
x
+
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
j
l
m
p
s
t
u
+
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
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
g
h
i
m
n
p
r
s
t
u
v
x
+
Variables
$
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
class.ilKitchenSinkDataCollectedObjective.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
5
use
ILIAS\Setup
;
6
use
ILIAS\UI\Implementation\Crawler
as
Crawler
;
7
8
class
ilKitchenSinkDataCollectedObjective
extends
Setup\Artifact\BuildArtifactObjective
9
{
10
public
function
getArtifactPath
(): string
11
{
12
return
ilSystemStyleDocumentationGUI::DATA_PATH
;
13
}
14
15
public
function
build
(): Setup\
Artifact
16
{
17
$crawler =
new
Crawler\FactoriesCrawler
();
18
return
new
Setup\Artifact\ArrayArtifact(
19
$crawler->crawlFactory(
ilSystemStyleDocumentationGUI::ROOT_FACTORY_PATH
)
20
->jsonSerialize()
21
);
22
}
23
}
ILIAS\UI\Implementation\Crawler\FactoriesCrawler
Definition:
FactoriesCrawler.php:29
ilKitchenSinkDataCollectedObjective
Definition:
class.ilKitchenSinkDataCollectedObjective.php:8
ilSystemStyleDocumentationGUI\DATA_PATH
const DATA_PATH
Definition:
class.ilSystemStyleDocumentationGUI.php:34
ILIAS\Setup
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilMysqlMyIsamToInnoDbMigration.php:19
ilSystemStyleDocumentationGUI\ROOT_FACTORY_PATH
const ROOT_FACTORY_PATH
Definition:
class.ilSystemStyleDocumentationGUI.php:35
ILIAS\Setup\Artifact
An artifact is some file that is build on demand per installation and is not shipped with the ILIAS s...
Definition:
Artifact.php:27
ilKitchenSinkDataCollectedObjective\getArtifactPath
getArtifactPath()
Definition:
class.ilKitchenSinkDataCollectedObjective.php:10
ILIAS\UI\Implementation\Crawler
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
Crawler.php:21
ilKitchenSinkDataCollectedObjective\build
build()
Definition:
class.ilKitchenSinkDataCollectedObjective.php:15
Services
Style
classes
Setup
class.ilKitchenSinkDataCollectedObjective.php
Generated on Thu Apr 10 2025 22:02:44 for ILIAS by
1.8.13 (using
Doxyfile
)