phpDocumentor

OrderItemRepositoryDeleter
in package
implements OrderItemRepositoryDeleterInterface

Class OrderItemRepositoryDeleter

Tags
category

System

subpackage

Repositories

Interfaces, Classes and Traits

OrderItemRepositoryDeleterInterface
Interface OrderItemRepositoryDeleterInterface

Table of Contents

$db  : CI_DB_query_builder
Query builder.
__construct()  : mixed
OrderItemRepositoryDeleter constructor.
deleteItemById()  : OrderItemRepositoryDeleter
Removes an item from the order by the given order item ID.
deleteItemsByOrderId()  : OrderItemRepositoryDeleter
Removes multiple order items by the given order ID.

Properties

Methods

__construct()

OrderItemRepositoryDeleter constructor.

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

Query builder.

Return values
mixed

Search results