19declare(strict_types=1);
33 return "search_subitem_presentation_readers";
39 $finder =
new ilSetupImplementationOfInterfaceFinder();
40 $classes_by_type = [];
41 foreach ($finder->getMatchingClassNames(PropertiesReader::class) as $class_name) {
42 $classes_by_type[$class_name::type()] = $class_name;
44 return new ilSetupArrayArtifact($classes_by_type);
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.