phpDocumentor

OrderRepositoryInterface

Interface OrderRepositoryInterface

Tags
category

System

subpackage

Interfaces

Table of Contents

createNew()  : OrderInterface
Creates a new order with no values in the database and returns it containing just the ID.
deleteById()  : OrderRepositoryInterface
Deletes an order by the ID.
getById()  : OrderInterface
Returns an order by given ID.
store()  : mixed
Saves an Order to the database.

Methods

Search results