31 return "legal_documents_consumer";
38 $classes = iterator_to_array($finder->getMatchingClassNames(Consumer::class));
39 $ids = array_map(fn($class) => (
new $class())->
id(), $classes);
getArtifactName()
Get the filename where the builder wants to put its artifact.
build()
Build the artifact based.
This is an objective to build some artifact.
An artifact is some file that is build on demand per installation and is not shipped with the ILIAS s...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...