Pinq\Queries\Builders\RequestQueryInterpreter::visitAsCollection PHP Метод

visitAsCollection() закрытый защищенный Метод

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);
    }