ILIAS  release_8 Revision v8.24
ilComponentBuildComponentInfoObjective Class Reference
+ Inheritance diagram for ilComponentBuildComponentInfoObjective:
+ Collaboration diagram for ilComponentBuildComponentInfoObjective:

Public Member Functions

 getArtifactPath ()
 
 build ()
 

Detailed Description

Member Function Documentation

◆ build()

ilComponentBuildComponentInfoObjective::build ( )

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

29 : Setup\Artifact
30 {
31 $processor = new \ilComponentInfoDefinitionProcessor();
32 $reader = new \ilComponentDefinitionReader(
33 $processor
34 );
35
36 $reader->purge();
37 $reader->readComponentDefinitions();
38
39 return new Setup\Artifact\ArrayArtifact($processor->getData());
40 }

◆ getArtifactPath()

ilComponentBuildComponentInfoObjective::getArtifactPath ( )

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

23 : string
24 {
25 return \ilArtifactComponentRepository::COMPONENT_DATA_PATH;
26 }

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