Elastica\Index\Stats::__construct PHP Method

__construct() public method

Construct.
public __construct ( Index $index )
$index Elastica\Index Index object
    public function __construct(BaseIndex $index)
    {
        $this->_index = $index;
        $this->refresh();
    }