24 $tpl->setVariable(
"NAME", $component->getName());
25 $tpl->setVariable(
"ARIA_LABEL", $component->getAriaLabel());
26 $tpl->setVariable(
"SIZE", $component->getSize());
29 $tpl->setVariable(
"CUSTOMIMAGE", $component->getIconPath());
32 $ab = $component->getAbbreviation();
34 $tpl->setVariable(
"ABBREVIATION", $ab);
checkComponent(Component $component)
Check if a given component fits this renderer and throw if that is not the case. ...
Create styles array
The data for the language used.
getComponentInterfaceName()
render(Component $component, Renderer $default_renderer)
Render the component if possible and delegate additional rendering to the default_renderer.
getTemplate($name, $purge_unfilled_vars, $purge_unused_blocks)
Get template of component this renderer is made for.
Base class for all component renderers.