19 declare(strict_types=1);
21 require_once __DIR__ .
"/../../../../../../vendor/composer/vendor/autoload.php";
38 return "ctrl_security";
49 $security_information = [];
50 foreach ($finder->getMatchingClassNames(ilCtrlSecurityInterface::class) as $class) {
55 $gui_object = $reflection->newInstanceWithoutConstructor();
57 $security_information[strtolower($class)] = [
build()
Build the artifact based.
This is an objective to build some artifact.
Class ilCtrlSecurityArtifactObjective.
const KEY_UNSAFE_COMMANDS
An artifact is some file that is build on demand per installation and is not shipped with the ILIAS s...