api/laravel/Hashing/AbstractHasher.yaml
2024-09-26 02:03:21 -07:00

36 lines
634 B
YAML

name: AbstractHasher
class_comment: null
dependencies: []
properties: []
methods:
- name: info
visibility: public
parameters:
- name: hashedValue
comment: '# * Get information about the given hashed value.
# *
# * @param string $hashedValue
# * @return array'
- name: check
visibility: public
parameters:
- name: value
- name: hashedValue
- name: options
default: '[]'
comment: '# * Check the given plain value against a hash.
# *
# * @param string $value
# * @param string|null $hashedValue
# * @param array $options
# * @return bool'
traits: []
interfaces: []