Pinq\Queries\Builders\RequestQueryInterpreter::visitLast PHP Method

visitLast() final protected method

final protected visitLast ( MethodCallExpression $expression )
$expression Pinq\Expressions\MethodCallExpression
    protected final function visitLast(O\MethodCallExpression $expression)
    {
        $this->interpretation->interpretLast($this->getId('last'));
        $this->interpretSourceAsScope($expression);
    }