PHP Интерфейс Dumplie\CustomerService\Tests\CustomerServiceContext

Наследование: extends Dumplie\SharedKernel\Tests\Context\Context
Показать файл Открыть проект Примеры использования интерфейса

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

Метод Описание
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