Dumplie\CustomerService\Infrastructure\InMemory\InMemoryOrders::add PHP Method

add() public method

public add ( Dumplie\CustomerService\Domain\Order $order )
$order Dumplie\CustomerService\Domain\Order
    public function add(Order $order)
    {
        $this->orders[(string) $order->id()] = $order;
    }