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

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

static isMultiple ($value)
 
static hasMultipleValuesSupport ()
 
static getViewHtml (array $input, $value=null)
 
static getFilterEditHtml ($name, array $input, $value)
 
static getErrorSingle (array $input, $value)
 
static getRequiredError (array $input, $value)
 
static getEditHtmlSingle ($name, array $input, $value)
 
- Открытые статические члены унаследованные от Base
static asSingle ($value)
 
static asMultiple ($value)
 
static getViewHtmlSingle (array $input, $value)
 
static getEditHtml ($name, array $input, $value=null)
 
static getEditHtmlSingleDelete ($name, array $input)
 
static getEditHtmlInsert ($tag, $replace, $name, $sample, $after)
 
static getEditHtmlSingleAfterInsert ()
 
static getError (array $input, $value)
 
static getValue (array $input, $value)
 
static getValueSingle (array $input, $value)
 
static getSettings (array $input, $reload)
 

Дополнительные унаследованные члены

- Открытые атрибуты унаследованные от Base
const MULTITAG = 'div'
 
- Защищенные статические члены унаследованные от Base
static getHiddenRecursive ($name, $value, $attributes)
 
static extractAttributes (array $input, array $boolean, array $other, $withGlobal=true)
 

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

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

Методы

◆ getEditHtmlSingle()

static getEditHtmlSingle ( $name,
array $input,
$value )
static

Возвращает
string

Переопределяет метод предка Base.

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

◆ getErrorSingle()

static getErrorSingle ( array $input,
$value )
static
Аргументы
array$input
$value
Возвращает
array

Переопределяет метод предка Base.

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

◆ getFilterEditHtml()

static getFilterEditHtml ( $name,
array $input,
$value )
static

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

◆ getRequiredError()

static getRequiredError ( array $input,
$value )
static
Аргументы
array$input
$value
Возвращает
array

Переопределяет метод предка Base.

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

◆ getViewHtml()

static getViewHtml ( array $input,
$value = null )
static
Аргументы
array$input
\Bitrix\Location\Entity\Address$value
Возвращает
string

Переопределяет метод предка Base.

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

◆ hasMultipleValuesSupport()

static hasMultipleValuesSupport ( )
static

Возвращает
bool

Переопределяет метод предка Base.

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

◆ isMultiple()

static isMultiple ( $value)
static

Check if value is multiple.

Аргументы
$value
Возвращает
bool

Переопределяет метод предка Base.

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