Pinq\Queries\Builders\Functions\ClosureExpressionFunction::getCallable PHP Method

getCallable() public method

public getCallable ( )
    public function getCallable()
    {
        if ($this->callable === null) {
            $this->callable = $this->expression->evaluate($this->evaluationContext);
        }
        return $this->callable;
    }