Pinq\Tests\Integration\Providers\DSL\EnglishDSLProviderTest::orderByAscendingWithThenByAscendingQuery PHP Метод

orderByAscendingWithThenByAscendingQuery() защищенный Метод

    protected function orderByAscendingWithThenByAscendingQuery()
    {
        return <<<'ENG'
Order according to: { return $i; } with parameters: [$this] asc or desc, { return $i; } with parameters: [$this] asc or desc
Get the elements as itself
ENG;
    }