Example #1
0
 public function visitConstantNode(ConstantNodeInterface $node)
 {
     return $this->_renderNode($this->_indent($this->depth + 1) . '<constant value="' . $node->getValue() . '"/>');
 }
Example #2
0
 public function visitConstantNode(ConstantNodeInterface $node)
 {
     return $node->getValue();
 }