PHP Class Dumplie\Customer\Application\Command\PlaceOrder

Inheritance: implements Dumplie\SharedKernel\Application\Command\Command, use trait Dumplie\SharedKernel\Application\Command\CommandSerialize
Afficher le fichier Open project: dumplie/dumplie Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( string $cartId, string $orderId )
cartId ( ) : string
orderId ( ) : string

Method Details

__construct() public méthode

public __construct ( string $cartId, string $orderId )
$cartId string
$orderId string

cartId() public méthode

public cartId ( ) : string
Résultat string

orderId() public méthode

public orderId ( ) : string
Résultat string