Свойство | Тип | Описание | |
---|---|---|---|
$check | Closure | The closure used for checking a hashed value. | |
$hash | Closure | The closure used for hashing a value. |
Метод | Описание | |
---|---|---|
__construct ( Closure $hash, Closure $check ) : void | Create a new callback hasher instance. | |
check ( $value, $hashedValue ) | {@inheritDoc} | |
hash ( $value ) | {@inheritDoc} |
protected Closure $check | ||
Результат | Closure |
protected Closure $hash | ||
Результат | Closure |