コード例 #1
0
 private function pushNode(PHPTAL_Dom_Node $node)
 {
     $node->setSource($this->file, $this->line);
     $this->_current->appendChild($node);
 }
コード例 #2
0
ファイル: Parser.php プロジェクト: jeko/pksworld
 private function pushNode(PHPTAL_Dom_Node $node)
 {
     $node->setSource($this->getSourceFile(), $this->getLineNumber());
     $this->_current->addChild($node);
 }