Elastica\Status::getShards PHP Method

getShards() public method

Return shards info.
public getShards ( ) : array
return array Shards info
    public function getShards()
    {
        $data = $this->getData();
        return $data['shards'];
    }