private function pushNode(PHPTAL_Dom_Node $node)
 {
     $node->setSource($this->file, $this->line);
     $this->_current->appendChild($node);
 }
Exemplo n.º 2
0
 private function pushNode(PHPTAL_Dom_Node $node)
 {
     $node->setSource($this->getSourceFile(), $this->getLineNumber());
     $this->_current->addChild($node);
 }