CustomerGroupDeleterInterface

Extends

Interface CustomerGroupDeleterInterface

category

System

package

CustomerGroup

subpackage

Repositories

Methods

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.