OrderStatus
extends Base
in package
Class OrderStatus.
Table of Contents
- $description : string
- $group : string
- $id : int
- $position : int
- $sendMail : bool
- getArrayCopy() : array<string|int, mixed>
- Gets the attributes of this entity.
- getDescription() : string
- getGroup() : string
- getId() : int
- getPosition() : int
- isSendMail() : bool
- setDescription() : OrderStatus
- setEntityAttributes() : $this
- Sets the attributes of this entity.
- setGroup() : OrderStatus
- setId() : OrderStatus
- setPosition() : OrderStatus
- setSendMail() : OrderStatus
Properties
$description
protected
string
$description
$group
protected
string
$group
$id
protected
int
$id
$position
protected
int
$position
$sendMail
protected
bool
$sendMail
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 —getGroup()
public
getGroup() : string
Return values
string —getId()
public
getId() : int
Return values
int —getPosition()
public
getPosition() : int
Return values
int —isSendMail()
public
isSendMail() : bool
Return values
bool —setDescription()
public
setDescription(string $description) : OrderStatus
Parameters
- $description : string
Return values
OrderStatus —setEntityAttributes()
Sets the attributes of this entity.
public
setEntityAttributes(array<string|int, mixed> $attributes) : $this
Parameters
- $attributes : array<string|int, mixed>
Return values
$this —setGroup()
public
setGroup(string $group) : OrderStatus
Parameters
- $group : string
Return values
OrderStatus —setId()
public
setId(int $id) : OrderStatus
Parameters
- $id : int
Return values
OrderStatus —setPosition()
public
setPosition(int $position) : OrderStatus
Parameters
- $position : int
Return values
OrderStatus —setSendMail()
public
setSendMail(bool $sendMail) : OrderStatus
Parameters
- $sendMail : bool