21 $tpl->setVariable(
"ARIA_LABEL", $this->
txt(
'breadcrumbs_aria_label'));
23 foreach ($component->getItems() as $crumb) {
24 $tpl->setCurrentBlock(
"crumbs");
25 $tpl->setVariable(
"CRUMB", $default_renderer->render($crumb));
26 $tpl->parseCurrentBlock();
if(isset($_FILES['img_file']['size']) && $_FILES['img_file']['size'] > 0) $tpl
checkComponent(Component $component)
Check if a given component fits this renderer and throw if that is not the case. ...
render(Component\Component $component, RendererInterface $default_renderer)
txt($id)
Get a text from the language file.
getComponentInterfaceName()
getTemplate($name, $purge_unfilled_vars, $purge_unused_blocks)
Get template of component this renderer is made for.
Base class for all component renderers.