Pinq\Queries\Builders\ExpressionInterpreter::getValue PHP Method

getValue() final protected method

final protected getValue ( Expression $expression )
$expression Pinq\Expressions\Expression
    protected final function getValue(O\Expression $expression)
    {
        return $expression->evaluate($this->evaluationContext);
    }