ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
class.ilComponentBuildComponentInfoObjective.php
Go to the documentation of this file.
1
<?php
2
19
use
ILIAS\Setup
;
20
21
class
ilComponentBuildComponentInfoObjective
extends
Setup\Artifact\BuildArtifactObjective
22
{
23
public
function
getArtifactName
(): string
24
{
25
return
"component_data"
;
26
}
27
28
public
function
build
():
Setup
\
Artifact
29
{
30
$processor = new \ilComponentInfoDefinitionProcessor();
31
$reader = new \ilComponentDefinitionReader(
32
$processor
33
);
34
35
$reader->purge();
36
$reader->readComponentDefinitions();
37
38
return
new
Setup\Artifact\ArrayArtifact
($processor->getData());
39
}
40
}
ILIAS\Setup\Artifact\ArrayArtifact
An array as an artifact.
Definition:
ArrayArtifact.php:29
ILIAS\Setup
Definition:
Setup.php:26
Setup\Artifact\BuildArtifactObjective
ilComponentBuildComponentInfoObjective
Definition:
class.ilComponentBuildComponentInfoObjective.php:22
ilComponentBuildComponentInfoObjective\build
build()
Definition:
class.ilComponentBuildComponentInfoObjective.php:28
ilComponentBuildComponentInfoObjective\getArtifactName
getArtifactName()
Definition:
class.ilComponentBuildComponentInfoObjective.php:23
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:28
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
components
ILIAS
Component
classes
Setup
class.ilComponentBuildComponentInfoObjective.php
Generated on Sun Oct 19 2025 23:02:37 for ILIAS by
1.9.4 (using
Doxyfile
)