Phan\Library\Hasher\Sequential::__construct PHP Method

__construct() public method

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