Ejemplo n.º 1
0
 public function getCallable()
 {
     if ($this->callable === null) {
         $this->callable = $this->expression->evaluate($this->evaluationContext);
     }
     return $this->callable;
 }