PHP Class Dumplie\CustomerService\Application\Command\CreatePaymentHandler

Datei anzeigen Open project: dumplie/dumplie

Public Methods

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

Method Details

__construct() public method

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

handle() public method

public handle ( CreatePayment $command )
$command CreatePayment