43 return hash(
"sha256", self::class .
"::" . $this->component_dir . (
string) $this->base_location);
48 $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
49 $client_id = $environment->getResource(Setup\Environment::RESOURCE_CLIENT_ID);
51 if ($this->base_location === self::DATADIR) {
52 $data_dir =
$ini->readVariable(
'clients',
'datadir');
54 if ($this->base_location === self::WEBDIR) {
55 $data_dir = dirname(__DIR__, 4) .
"/data";
58 $client_data_dir = $data_dir .
'/' .
$client_id;
66 if ($environment->hasConfigFor(
"filesystem")) {
67 $config = $environment->getConfigFor(
"filesystem");
81 $this->path = $this->
buildPath($environment);
82 return parent::achieve($environment);
90 $this->path = $this->
buildPath($environment);
91 return parent::isApplicable($environment);
__construct(string $component_dir, int $base_location=self::DATADIR)
buildPath(Setup\Environment $environment)
achieve(Setup\Environment $environment)
isApplicable(Setup\Environment $environment)
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.
__construct(Container $dic, ilPlugin $plugin)
getPreconditions(Setup\Environment $environment)