Class SharedShoppingCart

Class SharedShoppingCart

SharedShoppingCart implements SharedShoppingCartInterface

Methods summary

public __construct( StringType $hash, StringType $shoppingCartJson, DateTime $creationDate, IdType $customerId )

SharedShoppingCart constructor.

public getHash( void ) : string
public getShoppingCartJson( void ) : string
public getCreationDate( void ) : DateTime
public getCustomerId( void ) : integer

Properties summary

protected $hash : string

		
protected $shoppingCartJson : string

		
protected $creationDate : DateTime

		
protected $customerId : integer