protected function loadTemplate(template\parser\template $tpl, $iKey) { if ($tpl->useOnce()) { unset($this->aTemplates[$iKey]); } $tpl->build(); $result = clone $tpl; return $result; }
protected function parseTemplateElement(template\parser\template $tpl, dom\element $el) { return $tpl->parseElement($el); }
protected function getTreeID(parser\template $tpl, $sToken) { return $tpl->getID() . $sToken; }