Pinq\Queries\Builders\ExpressionInterpreter::getValue PHP 메소드

getValue() 최종 보호된 메소드

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