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();
    }