CustomerGroupDeleterInterface

Extends

Interface CustomerGroupDeleterInterface

category

System

package

CustomerGroup

subpackage

Repositories

Methods

Deletes Customer group entity data in database.

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

Arguments

$customerGroup

\CustomerGroup

Customer group entity to be delete.

Response

$this|\CustomerGroupDeleterInterface

Same instance for chained method calls.