19 declare(strict_types=1);
69 $this->image_path_resolver,
79 $class = get_class($component);
80 $parts = explode(
"\\", $class);
82 return implode(
"\\",
$parts);
TemplateFactory $tpl_factory
if($clientAssertionType !='urn:ietf:params:oauth:client-assertion-type:jwt-bearer'|| $grantType !='client_credentials') $parts
An entity that renders components to a string output.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Some Components need to resolve pathes to image-files.
getRendererNameFor(Component $component)
Get the name for the renderer of Component class.
__construct(RootFactory $ui_factory, TemplateFactory $tpl_factory, ilLanguage $lng, JavaScriptBinding $js_binding, Refinery $refinery, ImagePathResolver $image_path_resolver, DataFactory $data_factory)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Provides methods to interface with javascript.
This is the interface that components should use if they want to load specific renderers.
getRendererInContext(Component $component, array $contexts)
ImagePathResolver $image_path_resolver
JavaScriptBinding $js_binding
Interface for a factory that provides templates.
DataFactory $data_factory