eZ\Publish\Core\Pagination\Tests\LocationSearchHitAdapterTest::getExpectedFinalResultFromHits PHP Метод

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

Returns expected result from adapter from search hits.
protected getExpectedFinalResultFromHits ( $hits ) : mixed
$hits
Результат mixed
    protected function getExpectedFinalResultFromHits($hits)
    {
        return $hits;
    }