Isswp101\Persimmon\Elasticsearch\InnerHits::getParent PHP Метод

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

public getParent ( $parentType )
    public function getParent($parentType)
    {
        return Arr::get($this->hits, $parentType . '.hits.hits.0._source');
    }