OrderAttribute
extends Base
in package
Class OrderAttribute.
Table of Contents
- $attribute1 : string
- $attribute2 : string
- $attribute3 : string
- $attribute4 : string
- $attribute5 : string
- $attribute6 : string
- $id : int
- $orderId : int
- getArrayCopy() : array<string|int, mixed>
- Gets the attributes of this entity.
- getAttribute1() : string
- getAttribute2() : string
- getAttribute3() : string
- getAttribute4() : string
- getAttribute5() : string
- getAttribute6() : string
- getId() : int
- getOrderId() : int
- setAttribute1() : OrderAttribute
- setAttribute2() : OrderAttribute
- setAttribute3() : OrderAttribute
- setAttribute4() : OrderAttribute
- setAttribute5() : OrderAttribute
- setAttribute6() : OrderAttribute
- setEntityAttributes() : $this
- Sets the attributes of this entity.
- setId() : OrderAttribute
- setOrderId() : OrderAttribute
Properties
$attribute1
protected
string
$attribute1
$attribute2
protected
string
$attribute2
$attribute3
protected
string
$attribute3
$attribute4
protected
string
$attribute4
$attribute5
protected
string
$attribute5
$attribute6
protected
string
$attribute6
$id
protected
int
$id
$orderId
protected
int
$orderId
Methods
getArrayCopy()
Gets the attributes of this entity.
public
getArrayCopy() : array<string|int, mixed>
Return values
array<string|int, mixed> —getAttribute1()
public
getAttribute1() : string
Return values
string —getAttribute2()
public
getAttribute2() : string
Return values
string —getAttribute3()
public
getAttribute3() : string
Return values
string —getAttribute4()
public
getAttribute4() : string
Return values
string —getAttribute5()
public
getAttribute5() : string
Return values
string —getAttribute6()
public
getAttribute6() : string
Return values
string —getId()
public
getId() : int
Return values
int —getOrderId()
public
getOrderId() : int
Return values
int —setAttribute1()
public
setAttribute1(string $attribute1) : OrderAttribute
Parameters
- $attribute1 : string
Return values
OrderAttribute —setAttribute2()
public
setAttribute2(string $attribute2) : OrderAttribute
Parameters
- $attribute2 : string
Return values
OrderAttribute —setAttribute3()
public
setAttribute3(string $attribute3) : OrderAttribute
Parameters
- $attribute3 : string
Return values
OrderAttribute —setAttribute4()
public
setAttribute4(string $attribute4) : OrderAttribute
Parameters
- $attribute4 : string
Return values
OrderAttribute —setAttribute5()
public
setAttribute5(string $attribute5) : OrderAttribute
Parameters
- $attribute5 : string
Return values
OrderAttribute —setAttribute6()
public
setAttribute6(string $attribute6) : OrderAttribute
Parameters
- $attribute6 : string
Return values
OrderAttribute —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) : OrderAttribute
Parameters
- $id : int
Return values
OrderAttribute —setOrderId()
public
setOrderId(int $orderId) : OrderAttribute
Parameters
- $orderId : int