Isswp101\Persimmon\Elasticsearch\InnerHits::getParentId PHP Method

getParentId() public method

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