\FAA\Obj\SysRowPrice

Summary

Methods
Properties
Constants
__construct()
Amount()
Name()
Id()
TaxType()
ValueNet()
ValueTax()
ValueGross()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$row
N/A

Properties

$row

$row :array

Get the data storage

Type

array

Methods

__construct()

__construct(array  $row,\FAA\Obj\Generic\Service  $service = null,\FAA\Obj\Generic\Project  $project = null)

RowPrice constructor.

Parameters

array $row

A row price object

\FAA\Obj\Generic\Service $service

A service object

\FAA\Obj\Generic\Project $project

A project object

Amount()

Amount(): integer|float

Get amount Get the stored amount value

Returns

integer|float —

The entry amount

Name()

Name(): string

Get the name of the row

Returns

string

Id()

Id(): string

Get the row id

Returns

string

TaxType()

TaxType(): mixed|string

Get the tax type

Returns

mixed|string

ValueNet()

ValueNet(boolean  $format = false): integer|mixed|string

Get the net price

Parameters

boolean $format

Returns

integer|mixed|string

ValueTax()

ValueTax(boolean  $format = false): float|integer|string

Get the tax price

Parameters

boolean $format

Returns

float|integer|string

ValueGross()

ValueGross(boolean  $format = false): float|integer|string

Get the gross price

Parameters

boolean $format

Returns

float|integer|string