3 declare(strict_types=1);
27 public const PROBE_NAME =
"probe_for_directory_creation";
32 "Can create directories in '$which'",
33 function (Setup\
Environment $env) use ($which):
bool {
34 $probe = $which .
"/" . self::PROBE_NAME;
35 if (!@mkdir($probe, 0774)) {
41 "ILIAS needs to be able to create directories in '$which'." __construct(string $which)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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)
A condition that can't be met by ILIAS itself needs to be met by some external means.