PHP Класс Dumplie\CustomerService\Application\Command\CreatePaymentHandler

Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( Dumplie\CustomerService\Domain\Orders $orders, Dumplie\CustomerService\Domain\Payments $payments )
handle ( CreatePayment $command )

Описание методов

__construct() публичный Метод

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

handle() публичный Метод

public handle ( CreatePayment $command )
$command CreatePayment