Isswp101\Persimmon\Collection\ElasticsearchCollection::getMaxScore PHP Метод

getMaxScore() публичный Метод

public getMaxScore ( ) : integer
Результат integer
    public function getMaxScore()
    {
        return $this->response['hits']['max_score'];
    }