Documentation

Tax extends Base
in package

Class Tax.

Table of Contents

$id  : int
$name  : string
$tax  : string
getArrayCopy()  : array<string|int, mixed>
Gets the attributes of this entity.
getId()  : int
getName()  : string
getTax()  : string
setEntityAttributes()  : $this
Sets the attributes of this entity.
setId()  : Tax
setName()  : Tax
setTax()  : Tax

Properties

$id

protected int $id

$name

protected string $name

$tax

protected string $tax

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

getName()

public getName() : string
Return values
string

getTax()

public getTax() : 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) : Tax
Parameters
$id : int
Return values
Tax

setName()

public setName(string $name) : Tax
Parameters
$name : string
Return values
Tax

setTax()

public setTax(string $tax) : Tax
Parameters
$tax : string
Return values
Tax

Search results