ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilComponentBuildComponentInfoObjective Class Reference
+ Inheritance diagram for ilComponentBuildComponentInfoObjective:
+ Collaboration diagram for ilComponentBuildComponentInfoObjective:

Public Member Functions

 getArtifactName ()
 
 build ()
 

Detailed Description

Member Function Documentation

◆ build()

ilComponentBuildComponentInfoObjective::build ( )

Definition at line 28 of file class.ilComponentBuildComponentInfoObjective.php.

28 : 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 }

◆ getArtifactName()

ilComponentBuildComponentInfoObjective::getArtifactName ( )

Definition at line 23 of file class.ilComponentBuildComponentInfoObjective.php.

23 : string
24 {
25 return "component_data";
26 }

The documentation for this class was generated from the following file: