Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс PhoneNumber

Открытые члены

 format ($formatType='', $forceNationalPrefix=false)
 
 getRawNumber ()
 
 setRawNumber ($rawNumber)
 
 getCountry ()
 
 setCountry ($country)
 
 getNationalNumber ()
 
 setNationalNumber ($nationalNumber)
 
 getNumberType ()
 
 setNumberType ($numberType)
 
 isValid ()
 
 setValid ($valid)
 
 setCountryCode ($countryCode)
 
 getCountryCode ()
 
 hasExtension ()
 
 getExtension ()
 
 setExtension ($extension)
 
 getExtensionSeparator ()
 
 setExtensionSeparator ($extensionSeparator)
 
 isInternational ()
 
 setInternational ($international)
 
 getNationalPrefix ()
 
 setNationalPrefix ($nationalPrefix)
 
 hasPlus ()
 
 setHasPlus ($hasPlus)
 

Защищенные данные

 $rawNumber
 
 $country
 
 $valid = false
 
 $countryCode
 
 $nationalNumber
 
 $nationalPrefix
 
 $hasPlus = false
 
 $numberType
 
 $extension = ''
 
 $extensionSeparator
 
 $international = false
 

Подробное описание

См. определение в файле phonenumber.php строка 5

Методы

◆ format()

format ( $formatType = '',
$forceNationalPrefix = false )

См. определение в файле phonenumber.php строка 21

◆ getCountry()

getCountry ( )
Возвращает
mixed

См. определение в файле phonenumber.php строка 66

◆ getCountryCode()

getCountryCode ( )

См. определение в файле phonenumber.php строка 135

◆ getExtension()

getExtension ( )
Возвращает
string

См. определение в файле phonenumber.php строка 148

◆ getExtensionSeparator()

getExtensionSeparator ( )
Возвращает
mixed

См. определение в файле phonenumber.php строка 164

◆ getNationalNumber()

getNationalNumber ( )
Возвращает
string

См. определение в файле phonenumber.php строка 82

◆ getNationalPrefix()

getNationalPrefix ( )
Возвращает
string

См. определение в файле phonenumber.php строка 196

◆ getNumberType()

getNumberType ( )
Возвращает
mixed

См. определение в файле phonenumber.php строка 98

◆ getRawNumber()

getRawNumber ( )
Возвращает
string

См. определение в файле phonenumber.php строка 50

◆ hasExtension()

hasExtension ( )

См. определение в файле phonenumber.php строка 140

◆ hasPlus()

hasPlus ( )
Возвращает
bool

См. определение в файле phonenumber.php строка 212

◆ isInternational()

isInternational ( )
Возвращает
bool

См. определение в файле phonenumber.php строка 180

◆ isValid()

isValid ( )
Возвращает
bool

См. определение в файле phonenumber.php строка 114

◆ setCountry()

setCountry ( $country)
Аргументы
mixed$country

См. определение в файле phonenumber.php строка 74

◆ setCountryCode()

setCountryCode ( $countryCode)
Аргументы
string$countryCode

См. определение в файле phonenumber.php строка 130

◆ setExtension()

setExtension ( $extension)
Аргументы
string$extension

См. определение в файле phonenumber.php строка 156

◆ setExtensionSeparator()

setExtensionSeparator ( $extensionSeparator)
Аргументы
mixed$extensionSeparator

См. определение в файле phonenumber.php строка 172

◆ setHasPlus()

setHasPlus ( $hasPlus)
Аргументы
bool$hasPlus

См. определение в файле phonenumber.php строка 220

◆ setInternational()

setInternational ( $international)
Аргументы
bool$international

См. определение в файле phonenumber.php строка 188

◆ setNationalNumber()

setNationalNumber ( $nationalNumber)
Аргументы
string$nationalNumber

См. определение в файле phonenumber.php строка 90

◆ setNationalPrefix()

setNationalPrefix ( $nationalPrefix)
Аргументы
string$nationalPrefix

См. определение в файле phonenumber.php строка 204

◆ setNumberType()

setNumberType ( $numberType)
Аргументы
mixed$numberType

См. определение в файле phonenumber.php строка 106

◆ setRawNumber()

setRawNumber ( $rawNumber)
Аргументы
string$rawNumber

См. определение в файле phonenumber.php строка 58

◆ setValid()

setValid ( $valid)
Аргументы
bool$valid

См. определение в файле phonenumber.php строка 122

Данные класса

◆ $country

$country
protected

См. определение в файле phonenumber.php строка 8

◆ $countryCode

$countryCode
protected

См. определение в файле phonenumber.php строка 11

◆ $extension

$extension = ''
protected

См. определение в файле phonenumber.php строка 16

◆ $extensionSeparator

$extensionSeparator
protected

См. определение в файле phonenumber.php строка 17

◆ $hasPlus

$hasPlus = false
protected

См. определение в файле phonenumber.php строка 14

◆ $international

$international = false
protected

См. определение в файле phonenumber.php строка 19

◆ $nationalNumber

$nationalNumber
protected

См. определение в файле phonenumber.php строка 12

◆ $nationalPrefix

$nationalPrefix
protected

См. определение в файле phonenumber.php строка 13

◆ $numberType

$numberType
protected

См. определение в файле phonenumber.php строка 15

◆ $rawNumber

$rawNumber
protected

См. определение в файле phonenumber.php строка 7

◆ $valid

$valid = false
protected

См. определение в файле phonenumber.php строка 10