3 declare(strict_types=1);
53 return $this->
build();
103 $artifact = $this->
buildIn($environment);
106 $base_path = getcwd();
111 file_put_contents(
$path, $artifact->serialize());
123 $dir = pathinfo($path)[
"dirname"];
124 if (!file_exists($dir)) {
125 mkdir($dir, 0755,
true);
build()
Build the artifact based.
An objective is a desired state of the system that is supposed to be created by the setup...
This is an objective to build some artifact.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getPreconditions(Setup\Environment $environment)
Defaults to no preconditions.
getLabel()
Defaults to "Build $this->getArtifactPath()".
makeDirectoryFor(string $path)
getArtifactPath()
Get the filename where the builder wants to put its artifact.
isApplicable(Setup\Environment $environment)
achieve(Setup\Environment $environment)
Builds the artifact and puts it in its location.
isNotable()
Defaults to 'true'.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
An environment holds resources to be used in the setup process.
buildIn(Setup\Environment $env)
Builds an artifact in some given Environment.
An artifact is some file that is build on demand per installation and is not shipped with the ILIAS s...
getHash()
Uses hashed Path.