PersonNameFormatter
Table of Contents
Constants
-
Dflt
= 1
-
FirstLast
= 2
-
FirstLastFormat
= '#NAME# #LAST_NAME#'
-
FirstSecondLast
= 3
-
FirstSecondLastFormat
= '#NAME# #SECOND_NAME# #LAST_NAME#'
-
HonorificLast
= 6
-
HonorificLastFormat
= '#TITLE# #LAST_NAME#'
-
LastFirst
= 4
-
LastFirstFormat
= '#LAST_NAME# #NAME#'
-
LastFirstSecond
= 5
-
LastFirstSecondFormat
= '#LAST_NAME# #NAME# #SECOND_NAME#'
-
Undefined
= 0
Methods
-
getAllDescriptions()
: mixed
-
getFormat()
: mixed
-
getFormatByID()
: mixed
-
getFormatID()
: mixed
-
hasFirstName()
: mixed
-
hasLastName()
: mixed
-
hasSecondName()
: mixed
-
isDefined()
: mixed
-
setFormatID()
: mixed
-
tryParseFormatID()
: mixed
-
tryParseName()
: mixed
Dflt
public
mixed
Dflt
= 1
FirstLast
public
mixed
FirstLast
= 2
public
mixed
FirstLastFormat
= '#NAME# #LAST_NAME#'
FirstSecondLast
public
mixed
FirstSecondLast
= 3
public
mixed
FirstSecondLastFormat
= '#NAME# #SECOND_NAME# #LAST_NAME#'
HonorificLast
public
mixed
HonorificLast
= 6
public
mixed
HonorificLastFormat
= '#TITLE# #LAST_NAME#'
LastFirst
public
mixed
LastFirst
= 4
public
mixed
LastFirstFormat
= '#LAST_NAME# #NAME#'
LastFirstSecond
public
mixed
LastFirstSecond
= 5
public
mixed
LastFirstSecondFormat
= '#LAST_NAME# #NAME# #SECOND_NAME#'
Undefined
public
mixed
Undefined
= 0
getAllDescriptions()
public
static getAllDescriptions() : mixed
public
static getFormat() : mixed
public
static getFormatByID(mixed $formatID) : mixed
Parameters
-
$formatID
: mixed
-
public
static getFormatID() : mixed
hasFirstName()
public
static hasFirstName(mixed $format) : mixed
Parameters
-
$format
: mixed
-
hasLastName()
public
static hasLastName(mixed $format) : mixed
Parameters
-
$format
: mixed
-
hasSecondName()
public
static hasSecondName(mixed $format) : mixed
Parameters
-
$format
: mixed
-
isDefined()
public
static isDefined(mixed $formatID) : mixed
Parameters
-
$formatID
: mixed
-
public
static setFormatID(mixed $formatID) : mixed
Parameters
-
$formatID
: mixed
-
public
static tryParseFormatID(mixed $format[, mixed $defaultFormatID = '' ]) : mixed
Parameters
-
$format
: mixed
-
-
$defaultFormatID
: mixed
= ''
-
tryParseName()
public
static tryParseName(mixed $name, mixed $formatID, mixed &$nameParts) : mixed
Parameters
-
$name
: mixed
-
-
$formatID
: mixed
-
-
$nameParts
: mixed
-