SimplePassword
class SimplePassword extends BaseScalar implements Password
Class SimplePassword
Constants
MIN_LENGTH |
|
Methods
bool
static Password
byCleanPassword(string $cleanPassword)
No description
__construct(string $hashedPassword)
SimplePassword constructor.
changePassword(string $cleanPassword)
Change the actual Password based on clean password.
bool
verify(string $cleanPassword)
No description
value()
Return the scalar value.
string
__toString()
No description
Details
at line 95
bool
equals(ValueObject $valueObject)
This method is not supported
at line 22
static Password
byCleanPassword(string $cleanPassword)
at line 33
__construct(string $hashedPassword)
SimplePassword constructor.
at line 59
Password
changePassword(string $cleanPassword)
Change the actual Password based on clean password.
at line 73
bool
verify(string $cleanPassword)
at line 83
value()
Return the scalar value.