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

visitAsCollection() final protected method

final protected visitAsCollection ( MethodCallExpression $expression )
$expression Pinq\Expressions\MethodCallExpression
    protected final function visitAsCollection(O\MethodCallExpression $expression)
    {
        $this->interpretation->interpretAsCollection($this->getId('as-collection'));
        $this->interpretSourceAsScope($expression);
    }