ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ilResourceStorageFlavourArtifact Class Reference
+ Inheritance diagram for ilResourceStorageFlavourArtifact:
+ Collaboration diagram for ilResourceStorageFlavourArtifact:

Public Member Functions

 getArtifactPath ()
 
- Public Member Functions inherited from ILIAS\Setup\Artifact\BuildArtifactObjective
 getArtifactPath ()
 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 $this->getArtifactPath()". 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...
 

Data Fields

const PATH = './Services/ResourceStorage/artifacts/flavour_data.php'
 

Additional Inherited Members

- Protected Member Functions inherited from ILIAS\Setup\Artifact\BuildArtifactObjective
 makeDirectoryFor (string $path)
 

Detailed Description

Author
Thibeau Fuhrer thibe.nosp@m.au@s.nosp@m.r.sol.nosp@m.utio.nosp@m.ns AutoloadingIssuesInspection

Definition at line 33 of file class.ilResourceStorageFlavourArtifact.php.

Member Function Documentation

◆ getArtifactPath()

ilResourceStorageFlavourArtifact::getArtifactPath ( )

Definition at line 37 of file class.ilResourceStorageFlavourArtifact.php.

References Vendor\Package\$e, and ILIAS\Setup\Artifact\BuildArtifactObjective\build().

37  : string
38  {
39  return self::PATH;
40  }
+ Here is the call graph for this function:

Field Documentation

◆ PATH

const ilResourceStorageFlavourArtifact::PATH = './Services/ResourceStorage/artifacts/flavour_data.php'

Definition at line 35 of file class.ilResourceStorageFlavourArtifact.php.

Referenced by InitResourceStorage\init().


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