Documentation

ShippingAttribute extends Base
in package

Class ShippingAttribute.

Table of Contents

$customerShippingId  : int
$id  : int
$text1  : string
$text2  : string
$text3  : string
$text4  : string
$text5  : string
$text6  : string
getArrayCopy()  : array<string|int, mixed>
Gets the attributes of this entity.
getCustomerShippingId()  : int
getId()  : int
getText1()  : string
getText2()  : string
getText3()  : string
getText4()  : string
getText5()  : string
getText6()  : string
setCustomerShippingId()  : ShippingAttribute
setEntityAttributes()  : $this
Sets the attributes of this entity.
setId()  : ShippingAttribute
setText1()  : ShippingAttribute
setText2()  : ShippingAttribute
setText3()  : ShippingAttribute
setText4()  : ShippingAttribute
setText5()  : ShippingAttribute
setText6()  : ShippingAttribute

Properties

Methods

getArrayCopy()

Gets the attributes of this entity.

public getArrayCopy() : array<string|int, mixed>
Return values
array<string|int, mixed>

getCustomerShippingId()

public getCustomerShippingId() : int
Return values
int

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