EntityAddressFormatter
Table of Contents
Constants
-
Dflt
= 1
-
EU
= 1
-
EUName
= 'EU'
-
First
= 1
-
Last
= 5
-
RUS
= 4
-
RUS2
= 5
-
RUS2Name
= 'RUS2'
-
RUSName
= 'RUS'
-
UK
= 2
-
UKName
= 'UK'
-
Undefined
= 0
-
USA
= 3
-
USAName
= 'USA'
Methods
-
format()
: mixed
-
getAllDescriptions()
: mixed
-
getAllExamples()
: mixed
-
getConfig()
: mixed
-
getFormatID()
: mixed
-
isDefined()
: mixed
-
prepareLines()
: mixed
-
resetConfig()
: mixed
-
setConfig()
: mixed
-
setFormatID()
: mixed
Dflt
public
mixed
Dflt
= 1
EU
public
mixed
EU
= 1
EUName
public
mixed
EUName
= 'EU'
First
public
mixed
First
= 1
Last
public
mixed
Last
= 5
RUS
public
mixed
RUS
= 4
RUS2
public
mixed
RUS2
= 5
RUS2Name
public
mixed
RUS2Name
= 'RUS2'
RUSName
public
mixed
RUSName
= 'RUS'
UK
public
mixed
UK
= 2
UKName
public
mixed
UKName
= 'UK'
Undefined
public
mixed
Undefined
= 0
USA
public
mixed
USA
= 3
USAName
public
mixed
USAName
= 'USA'
public
static format(array<string|int, mixed> $data[, array<string|int, mixed> $options = null ]) : mixed
Parameters
-
$data
: array<string|int, mixed>
-
-
$options
: array<string|int, mixed>
= null
-
getAllDescriptions()
public
static getAllDescriptions([mixed $showDisabled = false ]) : mixed
Parameters
-
$showDisabled
: mixed
= false
-
getAllExamples()
public
static getAllExamples([mixed $showDisabled = false ]) : mixed
Parameters
-
$showDisabled
: mixed
= false
-
getConfig()
public
static getConfig() : mixed
public
static getFormatID() : mixed
isDefined()
public
static isDefined(mixed $formatID) : mixed
Parameters
-
$formatID
: mixed
-
prepareLines()
public
static prepareLines(array<string|int, mixed> $data[, array<string|int, mixed> $options = null ]) : mixed
Parameters
-
$data
: array<string|int, mixed>
-
-
$options
: array<string|int, mixed>
= null
-
resetConfig()
public
static resetConfig() : mixed
setConfig()
public
static setConfig(array<string|int, mixed> $config) : mixed
Parameters
-
$config
: array<string|int, mixed>
-
public
static setFormatID(mixed $formatID) : mixed
Parameters
-
$formatID
: mixed
-