PHP 클래스 Dumplie\CustomerService\Application\Command\CreatePaymentHandler

파일 보기 프로젝트 열기: dumplie/dumplie

공개 메소드들

메소드 설명
__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