phpDocumentor

ProductAttributeRepositoryWriter
in package
implements ProductAttributeRepositoryWriterInterface

Class ProductAttributeRepositoryWriter

Tags
category

System

subpackage

Writer

Interfaces, Classes and Traits

ProductAttributeRepositoryWriterInterface
Interface ProductAttributeRepositoryWriterInterface

Table of Contents

$db  : CI_DB_query_builder
$tableName  : string
__construct()  : mixed
Initialize the product attribute repository writer.
insertIntoProduct()  : int
Adds a product attribute entity to a product by the given product id.
update()  : ProductAttributeRepositoryWriter|$this
Updates a product attribute entity.

Properties

Methods

__construct()

Initialize the product attribute repository writer.

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

Search results