Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Comparator
+ Граф наследования:Comparator:

Открытые статические члены

static getReplacement ()
 
static setReplacement (Replacement $replacement=null)
 
static isCountryRussia ($countryName)
 
static setVariantsValues (array $variants=array())
 
static flatten ($value)
 
static getLocalityNamesArray ($name, $type)
 

Открытые атрибуты

const LOCALITY = 0
 
const DISTRICT = 1
 
const REGION = 2
 
const COUNTRY = 3
 

Статические открытые данные

static $variants = null
 
static $replacement = null
 

Защищенные статические члены

static getTypes ()
 
static getVariantsValues ()
 
static normalizeVariants (array $variants)
 
static normalize ($name)
 

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

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

Методы

◆ flatten()

static flatten ( $value)
static

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

◆ getLocalityNamesArray()

static getLocalityNamesArray ( $name,
$type )
static

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

◆ getReplacement()

static getReplacement ( )
static

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

◆ getTypes()

static getTypes ( )
staticprotected

Переопределяется в ComparatorLocality, ComparatorDistrict и ComparatorRegion.

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

◆ getVariantsValues()

static getVariantsValues ( )
staticprotected

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

◆ isCountryRussia()

static isCountryRussia ( $countryName)
static

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

◆ normalize()

static normalize ( $name)
staticprotected

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

◆ normalizeVariants()

static normalizeVariants ( array $variants)
staticprotected

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

◆ setReplacement()

static setReplacement ( Replacement $replacement = null)
static

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

◆ setVariantsValues()

static setVariantsValues ( array $variants = array())
static

Переопределяется в ComparatorRegion и ComparatorCountry.

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

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

◆ $replacement

$replacement = null
static

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

◆ $variants

$variants = null
static

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

◆ COUNTRY

const COUNTRY = 3

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

◆ DISTRICT

const DISTRICT = 1

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

◆ LOCALITY

const LOCALITY = 0

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

◆ REGION

const REGION = 2

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