phpDocumentor

OrderTotalRepositoryDeleter
in package
implements OrderTotalRepositoryDeleterInterface

Class OrderTotalRepositoryDeleter

Tags
category

System

subpackage

Repositories

Interfaces, Classes and Traits

OrderTotalRepositoryDeleterInterface
Interface OrderTotalRepositoryDeleterInterface

Table of Contents

$db  : CI_DB_query_builder
Query builder.
__construct()  : mixed
OrderTotalRepositoryDeleter constructor.
deleteTotalById()  : OrderTotalRepositoryDeleter
Removes an order total item by the given order total ID.
deleteTotalsByOrderId()  : OrderTotalRepositoryDeleter
Removes all order totals which are associated with the given order ID.

Properties

Methods

__construct()

OrderTotalRepositoryDeleter constructor.

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

Query builder.

Return values
mixed

Search results