Example #1
0
 /**
  * Returns the value of this expression.
  *
  * @param Context $context  symbol table
  */
 public function value($context)
 {
     return $context->lookup($this->name);
 }