PHP Interface Phan\Library\Hasher

getGroup() is called exactly once on each string to be hashed.
Afficher le fichier Open project: etsy/phan

Méthodes publiques

Méthode Description
getGroup ( string $key ) : integer Returns an integer between 0 and the number of groups - 1
reset ( ) : void

Method Details

getGroup() public méthode

Returns an integer between 0 and the number of groups - 1
public getGroup ( string $key ) : integer
$key string
Résultat integer

reset() public méthode

public reset ( ) : void
Résultat void If there is any state, clear it.