phpDocumentor

OrderTotalRepositoryWriter
in package
implements OrderTotalRepositoryWriterInterface

Class OrderTotalRepositoryWriter

Tags
category

System

subpackage

Repositories

Interfaces, Classes and Traits

OrderTotalRepositoryWriterInterface
Interface OrderTotalRepositoryWriterInterface

Table of Contents

$db  : CI_DB_query_builder
Query builder.
$key  : string
ID column.
$table  : string
Table.
__construct()  : mixed
OrderTotalRepositoryWriter constructor.
insertIntoOrder()  : int
Inserts an order total item to an order by the given order ID.
update()  : OrderTotalRepositoryWriter
Updates the passed order total item.

Properties

Methods

__construct()

OrderTotalRepositoryWriter constructor.

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

Query builder.

Return values
mixed

Search results