Phan\Library\Hasher\Sequential::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( integer $groupCount )
$groupCount integer
    public function __construct(int $groupCount)
    {
        $this->_i = 1;
        $this->_groupCount = $groupCount;
    }