CustomerHashedPassword

Implements \CustomerPasswordInterface

Class CustomerHashedPassword

Represents a customer's password hash.

category

System

package

Customer

subpackage

ValueObjects

implements

CustomerPasswordInterface

Methods

Constructor for the class CustomerHashedPassword.

__construct(\NonEmptyStringType $password) 

Arguments

$password

\NonEmptyStringType

Password hash.

Returns the password hash as string value.

__toString() : string

Response

string

Properties

Customer's password hash.

password : string
var

Type(s)

string