19 declare(strict_types=1);
32 "Can create files in '$which'",
34 $probe = $which .
"/" . self::PROBE_NAME;
35 if (!@file_put_contents($probe, self::PROBE_NAME)) {
38 $success = @file_get_contents($probe) == self::PROBE_NAME;
42 "ILIAS needs to be able to create files in '$which'." __construct(string $which)
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.