Pinq\Queries\Builders\Interpretations\ScopeParser::interpretSelectMany PHP Method

interpretSelectMany() public method

public interpretSelectMany ( $segmentId, Pinq\Queries\Builders\Functions\IFunction $projection )
$projection Pinq\Queries\Builders\Functions\IFunction
    public function interpretSelectMany($segmentId, IFunction $projection)
    {
        $this->segments[] = new Segments\SelectMany($this->buildElementProjection($projection));
    }