|
ILIAS
release_8 Revision v8.24
|
Class ilCtrlSecurityArtifactObjective. More...
Inheritance diagram for ilCtrlBaseClassArtifactObjective:
Collaboration diagram for ilCtrlBaseClassArtifactObjective:Public Member Functions | |
| getArtifactPath () | |
| @inheritDoc More... | |
| build () | |
| @inheritDoc More... | |
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 | |
| getHash () | |
| Get a hash for this objective. More... | |
| getLabel () | |
| Get a label that describes this objective. More... | |
| isNotable () | |
| Get to know if this is an interesting objective for a human. More... | |
| 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 | ARTIFACT_PATH = "./Services/UICore/artifacts/ctrl_base_classes.php" |
Additional Inherited Members | |
Protected Member Functions inherited from ILIAS\Setup\Artifact\BuildArtifactObjective | |
| makeDirectoryFor (string $path) | |
Class ilCtrlSecurityArtifactObjective.
Definition at line 17 of file class.ilCtrlBaseClassArtifactObjective.php.
| ilCtrlBaseClassArtifactObjective::build | ( | ) |
@inheritDoc
Reimplemented from ILIAS\Setup\Artifact\BuildArtifactObjective.
Definition at line 35 of file class.ilCtrlBaseClassArtifactObjective.php.
| ilCtrlBaseClassArtifactObjective::getArtifactPath | ( | ) |
@inheritDoc
Reimplemented from ILIAS\Setup\Artifact\BuildArtifactObjective.
Definition at line 27 of file class.ilCtrlBaseClassArtifactObjective.php.
References ARTIFACT_PATH.
| const ilCtrlBaseClassArtifactObjective::ARTIFACT_PATH = "./Services/UICore/artifacts/ctrl_base_classes.php" |
Definition at line 22 of file class.ilCtrlBaseClassArtifactObjective.php.
Referenced by getArtifactPath(), and InitCtrlService\init().