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

orderByDescendingQuery() protected method

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