phpDocumentor

CustomerGroupInterface

Interface CustomerGroupInterface

Tags
category

System

subpackage

Entities

Table of Contents

createBase()  : CustomerGroup
Create base data from chosen personal offers table.
delete()  : $this|CustomerGroupInterface
Deletes customer group from database.
getConfigurations()  : CustomerGroupConfigurationsInterface
Returns the customer group configurations.
getId()  : int
Returns the customer group id.
getMembers()  : int
Returns the customer group members number.
getName()  : string
Returns the name.
getNames()  : array<string|int, mixed>
Returns all language specific name.
getSettings()  : CustomerGroupSettingsInterface
Returns the customer group settings.
isDefault()  : bool
Returns the customer group default status.
setConfigurations()  : $this|CustomerGroupInterface
Sets the customer group configurations.
setDefault()  : $this|CustomerGroupInterface
Sets the customer group id.
setId()  : $this|CustomerGroupInterface
Sets the customer group id.
setMembers()  : CustomerGroup
Sets the number of members to the customer group.
setName()  : $this|CustomerGroupInterface
Sets the name.
setSettings()  : $this|CustomerGroupInterface
Sets the customer group settings.
store()  : $this|CustomerGroupInterface
Saves customer group in database.
update()  : $this|CustomerGroupInterface
Updates customer group in database.

Methods

getNames()

Returns all language specific name.

public getNames() : array<string|int, mixed>
Return values
array<string|int, mixed>

Language specific name value.

isDefault()

Returns the customer group default status.

public isDefault() : bool
Return values
bool

Customer group default status.

Search results