Пример #1
0
 public function renderVar(ICompiler $compiler, IPiccoNode $node)
 {
     return sprintf('<%s>%s</%s>', $node->getName(), sprintf("<?= '\$%s' ?>", $node->getPiccoAttribute('var')), $node->getName());
 }