phpDocumentor

ProductAttributeRepositoryDeleter
in package
implements ProductAttributeRepositoryDeleterInterface

Class ProductAttributeRepositoryDeleter

Tags
category

System

subpackage

Deleter

Interfaces, Classes and Traits

ProductAttributeRepositoryDeleterInterface
Interface ProductAttributeRepositoryDeleterInterface

Table of Contents

$db  : CI_DB_query_builder
$tableName  : string
__construct()  : mixed
Initialize the product attribute repository deleter.
deleteAttributeById()  : ProductAttributeRepositoryDeleter|$this
Removes a product attribute entity by the given product attribute id.
deleteAttributesByProductId()  : ProductAttributeRepositoryDeleter|$this
Removes all product attributes entities that belongs to the given product entity id.

Properties

Methods

__construct()

Initialize the product attribute repository deleter.

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

Instance to perform db delete actions.

Return values
mixed

Search results