getValue() public method

public getValue ( ) : Expression | null
return Expression | null
示例#1
0
 public function visitReturn(O\ReturnExpression $expression)
 {
     $this->walk($expression->getValue());
 }