21 $tpl->setCurrentBlock($component->getType());
22 $tpl->setVariable(
"NUMBER", $component->getNumber());
23 $tpl->parseCurrentBlock();
render(Component\Component $component, RendererInterface $default_renderer)
checkComponent(Component $component)
Check if a given component fits this renderer and throw if that is not the case. ...
getComponentInterfaceName()
Create styles array
The data for the language used.
getTemplate($name, $purge_unfilled_vars, $purge_unused_blocks)
Get template of component this renderer is made for.
Base class for all component renderers.