Pinq\Tests\Integration\Queries\QueryParsingTest::selectManyQuery PHP Method

selectManyQuery() protected method

protected selectManyQuery ( )
    protected function selectManyQuery()
    {
        return $this->scopeRequest([new Q\Segments\SelectMany($this->selfProjection())]);
    }