32 string $component_dir,
33 int $base_location = self::DATADIR
44 return hash(
"sha256", self::class .
"::" . $this->component_dir . $this->base_location);
49 $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
50 $client_id = $environment->getResource(Setup\Environment::RESOURCE_CLIENT_ID);
56 if ($this->base_location === self::DATADIR) {
58 } elseif ($this->base_location === self::WEBDIR) {
59 $data_dir = dirname(__DIR__, 4) .
"/data";
76 if ($environment->hasConfigFor(
"filesystem")) {
77 $config = $environment->getConfigFor(
"filesystem");
91 $this->path = $this->
buildPath($environment);
92 return parent::achieve($environment);
104 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)