CustomerGroupDeleter

Implements \CustomerGroupDeleterInterface

Class CustomerGroupDeleter

category

System

package

CustomerGroup

subpackage

Repositories

Methods

__construct

__construct(\CI_DB_query_builder $queryBuilder) 

Arguments

$queryBuilder

\CI_DB_query_builder

Deletes customer group entity data in database with personal offer table.

delete(\CustomerGroup $customerGroup) : $this|\CustomerGroupDeleterInterface

Arguments

$customerGroup

\CustomerGroup

Customer group entity to be delete.

Response

$this|\CustomerGroupDeleterInterface

Same instance for chained method calls.

Properties