|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Inheritance diagram for ILIAS\FileDelivery\Setup\DeliveryMethodObjective:
Collaboration diagram for ILIAS\FileDelivery\Setup\DeliveryMethodObjective:Public Member Functions | |
| getArtifactName () | |
| build () | |
| isApplicable (Setup\Environment $environment) | |
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... | |
Data Fields | |
| const | SETTINGS = 'delivery_method' |
| const | XSENDFILE = 'xsendfile' |
| const | XACCEL = 'xaccel' |
| const | PHP = 'php' |
Private Member Functions | |
| isModXSendFileLoaded () | |
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" |
Definition at line 29 of file DeliveryMethodObjective.php.
| ILIAS\FileDelivery\Setup\DeliveryMethodObjective::build | ( | ) |
Definition at line 43 of file DeliveryMethodObjective.php.
References ILIAS\FileDelivery\Setup\DeliveryMethodObjective\isModXSendFileLoaded().
Here is the call graph for this function:| ILIAS\FileDelivery\Setup\DeliveryMethodObjective::getArtifactName | ( | ) |
Definition at line 36 of file DeliveryMethodObjective.php.
| ILIAS\FileDelivery\Setup\DeliveryMethodObjective::isApplicable | ( | Setup\Environment | $environment | ) |
Definition at line 81 of file DeliveryMethodObjective.php.
References ILIAS\Setup\Artifact\BuildArtifactObjective\PATH().
Here is the call graph for this function:
|
private |
Definition at line 57 of file DeliveryMethodObjective.php.
References Vendor\Package\$e.
Referenced by ILIAS\FileDelivery\Setup\DeliveryMethodObjective\build().
Here is the caller graph for this function:| const ILIAS\FileDelivery\Setup\DeliveryMethodObjective::PHP = 'php' |
Definition at line 34 of file DeliveryMethodObjective.php.
Referenced by ILIAS\FileDelivery\Init\init().
| const ILIAS\FileDelivery\Setup\DeliveryMethodObjective::SETTINGS = 'delivery_method' |
Definition at line 31 of file DeliveryMethodObjective.php.
Referenced by ILIAS\FileDelivery\Init\init().
| const ILIAS\FileDelivery\Setup\DeliveryMethodObjective::XACCEL = 'xaccel' |
Definition at line 33 of file DeliveryMethodObjective.php.
Referenced by ILIAS\FileDelivery\Init\init().
| const ILIAS\FileDelivery\Setup\DeliveryMethodObjective::XSENDFILE = 'xsendfile' |
Definition at line 32 of file DeliveryMethodObjective.php.
Referenced by ILIAS\FileDelivery\Init\init().