예제 #1
0
 /**
  * @param NumericNode $node
  * @return array
  * @see convert()
  */
 protected function convertNumericNode(NumericNode $node)
 {
     return array('initialization' => '', 'execution' => $node->getValue());
 }