Pinq\Providers\Traversable\ScopeEvaluator::visitSelectMany PHP Méthode

visitSelectMany() public méthode

public visitSelectMany ( SelectMany $query )
$query Pinq\Queries\Segments\SelectMany
    public function visitSelectMany(Segments\SelectMany $query)
    {
        $this->traversable = $this->traversable->selectMany($this->resolvedParameters[$query->getProjectionFunction()->getCallableId()]);
    }