Elastica\Index\Stats::__construct PHP Метод

__construct() публичный Метод

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