PHP Interface Dumplie\Customer\Application\Query\CartQuery

Afficher le fichier Open project: dumplie/dumplie

Méthodes publiques

Méthode Description
doesCartWithIdExist ( string $cartId ) : boolean
getById ( string $cartId ) : Dumplie\Customer\Application\Query\Result\Cart

Method Details

doesCartWithIdExist() public méthode

public doesCartWithIdExist ( string $cartId ) : boolean
$cartId string
Résultat boolean

getById() public méthode

public getById ( string $cartId ) : Dumplie\Customer\Application\Query\Result\Cart
$cartId string
Résultat Dumplie\Customer\Application\Query\Result\Cart