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

orderByAscendingWithThenByDescendingQuery() protected method

    protected function orderByAscendingWithThenByDescendingQuery()
    {
        return $this->scopeRequest([new Q\Segments\OrderBy([new Q\Segments\Ordering($this->selfProjection(), $this->parameter()), new Q\Segments\Ordering($this->selfProjection(), $this->parameter())])]);
    }