PHP Class Dumplie\CustomerService\Application\Command\CreatePaymentHandler

Afficher le fichier Open project: dumplie/dumplie

Méthodes publiques

Méthode Description
__construct ( Dumplie\CustomerService\Domain\Orders $orders, Dumplie\CustomerService\Domain\Payments $payments )
handle ( CreatePayment $command )

Method Details

__construct() public méthode

public __construct ( Dumplie\CustomerService\Domain\Orders $orders, Dumplie\CustomerService\Domain\Payments $payments )
$orders Dumplie\CustomerService\Domain\Orders
$payments Dumplie\CustomerService\Domain\Payments

handle() public méthode

public handle ( CreatePayment $command )
$command CreatePayment