Bitrix API

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
isDefined()  : mixed
setFormatID()  : mixed
tryParseName()  : mixed

Constants

FirstSecondLastFormat

public mixed FirstSecondLastFormat = '#NAME# #SECOND_NAME# #LAST_NAME#'

LastFirstSecondFormat

public mixed LastFirstSecondFormat = '#LAST_NAME# #NAME# #SECOND_NAME#'

Methods

getFormatByID()

public static getFormatByID(mixed $formatID) : mixed
Parameters
$formatID : mixed

isDefined()

public static isDefined(mixed $formatID) : mixed
Parameters
$formatID : mixed

setFormatID()

public static setFormatID(mixed $formatID) : mixed
Parameters
$formatID : mixed

tryParseName()

public static tryParseName(mixed $name, mixed $formatID, mixed &$nameParts) : mixed
Parameters
$name : mixed
$formatID : mixed
$nameParts : mixed

        
On this page

Search results