CustomerHashedPassword
in package
implements
CustomerPasswordInterface
Class CustomerHashedPassword
Represents a customer's password hash.
Tags
Interfaces, Classes and Traits
- CustomerPasswordInterface
- Value Object.
Table of Contents
- $password : string
- Customer's password hash.
- __construct() : mixed
- Constructor for the class CustomerHashedPassword.
- __toString() : string
- Returns the password hash as string value.
Properties
$password
Customer's password hash.
protected
string
$password
Methods
__construct()
Constructor for the class CustomerHashedPassword.
public
__construct(NonEmptyStringType $password) : mixed
Parameters
- $password : NonEmptyStringType
-
Password hash.
Return values
mixed —__toString()
Returns the password hash as string value.
public
__toString() : string