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

visitAll() final protected method

final protected visitAll ( MethodCallExpression $expression )
$expression Pinq\Expressions\MethodCallExpression
    protected final function visitAll(O\MethodCallExpression $expression)
    {
        $this->interpretation->interpretAll($this->getId('all'), $this->getOptionalFunctionAt('all-function', 0, $expression));
        $this->interpretSourceAsScope($expression);
    }