19 declare(strict_types=1);
33 public const BASE_DIR =
'./src/FileDelivery/artifacts/base_dir.php';
39 return self::BASE_DIR;
47 $base_dir = $ilias_ini->readVariable(
'clients',
'datadir');
48 $client_id = $ilias_ini->readVariable(
'clients',
'default');
50 $this->data[
'base_dir'] = rtrim(rtrim($base_dir,
'/') .
'/' .
$client_id,
'/') .
'/';
53 return $this->
build();
70 new \ilIniFilesLoadedObjective(),
74 public static function get(): ?
string 82 if (is_readable(self::PATH())) {
83 $data = require self::PATH();
86 return $base = $data[
'base_dir'] ??
null;
This is an objective to build some artifact.
getPreconditions(Environment $environment)
Objectives might depend on other objectives.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
getResource(string $id)
Consumers of this method should check if the result is what they expect, e.g.
buildIn(Environment $env)
An environment holds resources to be used in the setup process.
An artifact is some file that is build on demand per installation and is not shipped with the ILIAS s...