Elastica\Index\Stats::__construct PHP Méthode

__construct() public méthode

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