ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ILIAS\Export\Setup\BuildExportOptionsMapObjective Class Reference
+ Inheritance diagram for ILIAS\Export\Setup\BuildExportOptionsMapObjective:
+ Collaboration diagram for ILIAS\Export\Setup\BuildExportOptionsMapObjective:

Public Member Functions

 getArtifactName ()
 
 build ()
 
- Public Member Functions inherited from ILIAS\Setup\Artifact\BuildArtifactObjective
 getArtifactName ()
 Get the filename where the builder wants to put its artifact. More...
 
 build ()
 Build the artifact based. More...
 
 buildIn (Setup\Environment $env)
 Builds an artifact in some given Environment. More...
 
 getPreconditions (Setup\Environment $environment)
 Defaults to no preconditions. More...
 
 getHash ()
 Uses hashed Path. More...
 
 getLabel ()
 Defaults to 'Build ' . More...
 
 isNotable ()
 Defaults to 'true'. More...
 
 achieve (Setup\Environment $environment)
 Builds the artifact and puts it in its location. More...
 
 isApplicable (Setup\Environment $environment)
 
- Public Member Functions inherited from ILIAS\Setup\Objective
 getPreconditions (Environment $environment)
 Objectives might depend on other objectives. More...
 
 achieve (Environment $environment)
 Objectives can be achieved. More...
 
 isApplicable (Environment $environment)
 Get to know whether the objective is applicable. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from ILIAS\Setup\Artifact\BuildArtifactObjective
static PATH ()
 
- Protected Member Functions inherited from ILIAS\Setup\Artifact\BuildArtifactObjective
 getPath ()
 
 makeDirectoryFor (string $path)
 
- Protected Attributes inherited from ILIAS\Setup\Artifact\BuildArtifactObjective
const ARTIFACTS = __DIR__ . "/../../../../../artifacts"
 

Detailed Description

Definition at line 30 of file BuildExportOptionsMapObjective.php.

Member Function Documentation

◆ build()

ILIAS\Export\Setup\BuildExportOptionsMapObjective::build ( )

Definition at line 37 of file BuildExportOptionsMapObjective.php.

38  {
39  $class_names = [];
41  $infos['export_options'] = iterator_to_array($finder->getMatchingClassNames(ExportOptionInterface::class));
42  $infos['export_configs'] = iterator_to_array($finder->getMatchingClassNames(ExportConfigInterface::class));
43  return new ilSetupArrayArtifact($infos);
44  }

◆ getArtifactName()

ILIAS\Export\Setup\BuildExportOptionsMapObjective::getArtifactName ( )

Definition at line 32 of file BuildExportOptionsMapObjective.php.

32  : string
33  {
34  return "export_artifact";
35  }

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