PHP 인터페이스 Dumplie\CustomerService\Tests\CustomerServiceContext

상속: extends Dumplie\SharedKernel\Tests\Context\Context
파일 보기 프로젝트 열기: dumplie/dumplie 0 사용 예제들

공개 메소드들

메소드 설명
createPaymentFor ( OrderId $orderId ) : PaymentId
customerPlacedOrder ( string $orderId )
orders ( ) : Dumplie\CustomerService\Domain\Orders
payments ( ) : Dumplie\CustomerService\Domain\Payments

메소드 상세

createPaymentFor() 공개 메소드

public createPaymentFor ( OrderId $orderId ) : PaymentId
$orderId Dumplie\CustomerService\Domain\OrderId
리턴 Dumplie\CustomerService\Domain\PaymentId

customerPlacedOrder() 공개 메소드

public customerPlacedOrder ( string $orderId )
$orderId string

orders() 공개 메소드

public orders ( ) : Dumplie\CustomerService\Domain\Orders
리턴 Dumplie\CustomerService\Domain\Orders

payments() 공개 메소드

public payments ( ) : Dumplie\CustomerService\Domain\Payments
리턴 Dumplie\CustomerService\Domain\Payments