Table of Contents
Constants
-
MODE_TAX
= 'TAX'
-
MODE_VAT
= 'VAT'
Methods
-
__construct()
: mixed
-
getData()
: array<string|int, mixed>
-
getFields()
: array<string|int, mixed>
-
getLangPhrasesPath()
: string
-
setData()
: HashDataProvider
MODE_TAX
public
mixed
MODE_TAX
= 'TAX'
MODE_VAT
public
mixed
MODE_VAT
= 'VAT'
__construct()
public
__construct(mixed $source[, array<string|int, mixed> $options = [] ]) : mixed
Parameters
-
$source
: mixed
-
-
$options
: array<string|int, mixed>
= []
-
getData()
public
getData() : array<string|int, mixed>
Return values
array<string|int, mixed>
getFields()
public
getFields() : array<string|int, mixed>
Return values
array<string|int, mixed>
getLangPhrasesPath()
public
getLangPhrasesPath() : string
setData()
public
setData(array<string|int, mixed> $data) : HashDataProvider
Parameters
-
$data
: array<string|int, mixed>
-