Elastica\Cluster\Health\Index::__construct PHP Method

__construct() public method

public __construct ( string $name, array $data )
$name string The name of the index.
$data array The index health data.
    public function __construct($name, $data)
    {
        $this->_name = $name;
        $this->_data = $data;
    }