OrderReturn
extends Base
in package
Class Order.
Table of Contents
- $id : int
- $number : string
- getArrayCopy() : array<string|int, mixed>
- Gets the attributes of this entity.
- getId() : int
- getNumber() : string
- setEntityAttributes() : $this
- Sets the attributes of this entity.
- setId() : OrderReturn
- setNumber() : OrderReturn
Properties
$id
protected
int
$id
$number
protected
string
$number
Methods
getArrayCopy()
Gets the attributes of this entity.
public
getArrayCopy() : array<string|int, mixed>
Return values
array<string|int, mixed> —getId()
public
getId() : int
Return values
int —getNumber()
public
getNumber() : string
Return values
string —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) : OrderReturn
Parameters
- $id : int
Return values
OrderReturn —setNumber()
public
setNumber(string $number) : OrderReturn
Parameters
- $number : string