CustomerGroupWriterInterface

Extends

Interface CustomerGroupWriterInterface

category

System

package

CustomerGroup

subpackage

Repositories

Methods

Saves customer group entity data in database.

store(\CustomerGroupInterface $customerGroup) : $this|\CustomerGroupWriterInterface

Arguments

$customerGroup

\CustomerGroupInterface

Customer group to be saved.

Response

$this|\CustomerGroupWriterInterface

Same instance for chained method calls.

Updates customer group entity data in database.

update(\CustomerGroupInterface $customerGroup) : $this|\CustomerGroupWriterInterface

Arguments

$customerGroup

\CustomerGroupInterface

Customer group to be updated.

Response

$this|\CustomerGroupWriterInterface

Same instance for chained method calls.