PriceGroup
extends Base
in package
Class PriceGroup.
Table of Contents
- $description : string
- $id : int
- getArrayCopy() : array<string|int, mixed>
- Gets the attributes of this entity.
- getDescription() : string
- getId() : int
- setDescription() : PriceGroup
- setEntityAttributes() : $this
- Sets the attributes of this entity.
- setId() : PriceGroup
Properties
$description
protected
string
$description
$id
protected
int
$id
Methods
getArrayCopy()
Gets the attributes of this entity.
public
getArrayCopy() : array<string|int, mixed>
Return values
array<string|int, mixed> —getDescription()
public
getDescription() : string
Return values
string —getId()
public
getId() : int
Return values
int —setDescription()
public
setDescription(string $description) : PriceGroup
Parameters
- $description : string
Return values
PriceGroup —setEntityAttributes()
Sets the attributes of this entity.
public
setEntityAttributes(array<string|int, mixed> $attributes) : $this
Parameters
- $attributes : array<string|int, mixed>
Return values
$this —setId()
public
setId(int $id) : PriceGroup
Parameters
- $id : int