예제 #1
0
파일: XMLVisitor.php 프로젝트: sysvyz/anan
 public function visitConstantNode(ConstantNodeInterface $node)
 {
     return $this->_renderNode($this->_indent($this->depth + 1) . '<constant value="' . $node->getValue() . '"/>');
 }
예제 #2
0
 public function visitConstantNode(ConstantNodeInterface $node)
 {
     return $node->getValue();
 }