OrderRepositoryDeleterInterface
in
Interface OrderRepositoryDeleterInterface
Tags
Table of Contents
- deleteById() : OrderRepositoryDeleterInterface
- Removes an order from the orders table by the given ID.
Methods
deleteById()
Removes an order from the orders table by the given ID.
public
deleteById(IdType $orderId) : OrderRepositoryDeleterInterface
Parameters
- $orderId : IdType
-
ID of order which should removed.
Return values
OrderRepositoryDeleterInterface —Same instance for method chaining.