PHP Class Dumplie\Customer\Application\Command\NewCheckoutHandler

Afficher le fichier Open project: dumplie/dumplie

Méthodes publiques

Méthode Description
__construct ( Dumplie\Customer\Domain\Checkouts $checkouts, Dumplie\Customer\Domain\Carts $carts )
handle ( NewCheckout $command )

Method Details

__construct() public méthode

public __construct ( Dumplie\Customer\Domain\Checkouts $checkouts, Dumplie\Customer\Domain\Carts $carts )
$checkouts Dumplie\Customer\Domain\Checkouts
$carts Dumplie\Customer\Domain\Carts

handle() public méthode

public handle ( NewCheckout $command )
$command NewCheckout