Class CustomerHashedPassword

Class CustomerHashedPassword

Represents a customer's password hash.

CustomerHashedPassword implements CustomerPasswordInterface
Package: Customer\ValueObjects
Category: System
Implements: CustomerPasswordInterface
Located at Services/Core/Customer/ValueObjects/CustomerHashedPassword.inc.php

Methods summary

public __construct( NonEmptyStringType $password )

Constructor for the class CustomerHashedPassword.

public __toString( void ) : string

Returns the password hash as string value.

Properties summary

protected $password : string

Customer's password hash.