|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ILIAS\FileDelivery\Setup\BaseDirObjective:
Collaboration diagram for ILIAS\FileDelivery\Setup\BaseDirObjective:Public Member Functions | |
| getArtifactPath () | |
| buildIn (Setup\Environment $env) | |
| build () | |
| getPreconditions (Setup\Environment $environment) | |
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... | |
Static Public Member Functions | |
| static | get () |
Data Fields | |
| const | BASE_DIR = './src/FileDelivery/artifacts/base_dir.php' |
Protected Attributes | |
| array | $data = [] |
Additional Inherited Members | |
Protected Member Functions inherited from ILIAS\Setup\Artifact\BuildArtifactObjective | |
| makeDirectoryFor (string $path) | |
Definition at line 29 of file BaseDirObjective.php.
| ILIAS\FileDelivery\Setup\BaseDirObjective::build | ( | ) |
Definition at line 53 of file BaseDirObjective.php.
Referenced by ILIAS\FileDelivery\Setup\BaseDirObjective\buildIn().
Here is the caller graph for this function:| ILIAS\FileDelivery\Setup\BaseDirObjective::buildIn | ( | Setup\Environment | $env | ) |
Definition at line 40 of file BaseDirObjective.php.
References ILIAS\$client_id, ILIAS\FileDelivery\Setup\BaseDirObjective\build(), and ILIAS\Setup\Environment\RESOURCE_ILIAS_INI.
Here is the call graph for this function:
|
static |
Definition at line 65 of file BaseDirObjective.php.
Referenced by ILIAS\FileDelivery\Token\Signer\Payload\ShortFilePayload\__construct(), and ILIAS\FileDelivery\Token\Signer\Payload\ShortFilePayload\getUri().
Here is the caller graph for this function:| ILIAS\FileDelivery\Setup\BaseDirObjective::getArtifactPath | ( | ) |
Definition at line 35 of file BaseDirObjective.php.
| ILIAS\FileDelivery\Setup\BaseDirObjective::getPreconditions | ( | Setup\Environment | $environment | ) |
Definition at line 58 of file BaseDirObjective.php.
|
protected |
Definition at line 33 of file BaseDirObjective.php.
| const ILIAS\FileDelivery\Setup\BaseDirObjective::BASE_DIR = './src/FileDelivery/artifacts/base_dir.php' |
Definition at line 31 of file BaseDirObjective.php.