Pinq\Tests\Integration\Queries\QueryParsingTest::orderByDescendingQuery PHP Méthode

orderByDescendingQuery() protected méthode

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