Documentation

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

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

getPosition()

public getPosition() : int
Return values
int

isSendMail()

public isSendMail() : bool
Return values
bool

setEntityAttributes()

Sets the attributes of this entity.

public setEntityAttributes(array<string|int, mixed> $attributes) : $this
Parameters
$attributes : array<string|int, mixed>
Return values
$this

Search results