Isswp101\Persimmon\Elasticsearch\InnerHits::getParentId PHP 메소드

getParentId() 공개 메소드

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