19 declare(strict_types=1);
    31     public const ARTIFACT = 
'./src/StaticURL/artifacts/static_url_handlers.php';
    35         return self::ARTIFACT;
    41         $implementations = iterator_to_array(
    42             $implementation_of->getMatchingClassNames(
Handler\Handler::class)
    45         return new Artifact\ArrayArtifact($implementations);
 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...
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
An artifact is some file that is build on demand per installation and is not shipped with the ILIAS s...