CustomerGroupDeleterInterface
in
Interface CustomerGroupDeleterInterface
Tags
Table of Contents
- delete() : $this|CustomerGroupDeleterInterface
- Deletes customer group entity data in database with personal offer table.
Methods
delete()
Deletes customer group entity data in database with personal offer table.
public
delete(CustomerGroup $customerGroup) : $this|CustomerGroupDeleterInterface
Parameters
- $customerGroup : CustomerGroup
-
Customer group entity to be delete.
Return values
$this|CustomerGroupDeleterInterface —Same instance for chained method calls.