phpDocumentor

OrderRepositoryDeleter
in package
implements OrderRepositoryDeleterInterface

Class OrderRepositoryDeleter

Tags
category

System

subpackage

Repositories

Interfaces, Classes and Traits

OrderRepositoryDeleterInterface
Interface OrderRepositoryDeleterInterface

Table of Contents

$db  : CI_DB_query_builder
Query builder.
__construct()  : mixed
OrderRepositoryDeleter constructor.
deleteById()  : OrderRepositoryDeleter
Removes an order from the orders table by the given ID.

Properties

Methods

__construct()

OrderRepositoryDeleter constructor.

public __construct(CI_DB_query_builder $db) : mixed
Parameters
$db : CI_DB_query_builder

Query builder.

Return values
mixed

Search results