19 declare(strict_types=1);
30 protected array $public_assets
36 return hash(
"sha256", self::class);
41 return "The public folder is populated with all required assets.";
56 $base_dir = realpath(__DIR__ .
"/../../../../../");
57 $target = realpath($base_dir) .
"/public";
59 $this->public_asset_manager->addAssets(...$this->public_assets);
60 $this->public_asset_manager->buildPublicFolder($base_dir, $target);
An objective is a desired state of the system that is supposed to be created by the setup...
achieve(Setup\Environment $environment)
__construct(protected PublicAssetManager $public_asset_manager, protected array $public_assets)
getPreconditions(Setup\Environment $environment)
getLabel()
Get a label that describes this objective.
getHash()
Get a hash for this objective.
isNotable()
Get to know if this is an interesting objective for a human.
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.
Will take care of the public assets, just like a good manager does.
isApplicable(Setup\Environment $environment)