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

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

static isMultiple ($value)
 
static asSingle ($value)
 
static asMultiple ($value)
 
static getViewHtml (array $input, $value=null)
 
static getViewHtmlSingle (array $input, $value)
 
static getEditHtml ($name, array $input, $value=null)
 
static getEditHtmlSingle ($name, array $input, $value)
 
static getEditHtmlSingleDelete ($name, array $input)
 
static getEditHtmlInsert ($tag, $replace, $name, $sample, $after)
 
static getEditHtmlSingleAfterInsert ()
 
static getError (array $input, $value)
 
static getRequiredError (array $input, $value)
 
static getErrorSingle (array $input, $value)
 
static getValue (array $input, $value)
 
static getValueSingle (array $input, $value)
 
static getSettings (array $input, $reload)
 
static hasMultipleValuesSupport ()
 

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

const MULTITAG = 'div'
 

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

static getHiddenRecursive ($name, $value, $attributes)
 
static extractAttributes (array $input, array $boolean, array $other, $withGlobal=true)
 

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

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

Методы

◆ asMultiple()

static asMultiple (   $value)
static

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

◆ asSingle()

static asSingle (   $value)
static

Get single value.

Аргументы
$value
Возвращает
mixed - if value is multiple, get first meaningful value (which is not null)

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

◆ extractAttributes()

static extractAttributes ( array  $input,
array  $boolean,
array  $other,
  $withGlobal = true 
)
staticprotected

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

◆ getEditHtml()

static getEditHtml (   $name,
array  $input,
  $value = null 
)
static

Переопределяется в Enum, Location, ProductCategories и ConcreteProduct.

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

◆ getEditHtmlInsert()

static getEditHtmlInsert (   $tag,
  $replace,
  $name,
  $sample,
  $after 
)
static

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

◆ getEditHtmlSingle()

static getEditHtmlSingle (   $name,
array  $input,
  $value 
)
static
Возвращает
string

Переопределяется в StringInput, Number, EitherYN, File, Date, Location и Address.

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

◆ getEditHtmlSingleAfterInsert()

static getEditHtmlSingleAfterInsert ( )
static

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

◆ getEditHtmlSingleDelete()

static getEditHtmlSingleDelete (   $name,
array  $input 
)
static

Переопределяется в File и Date.

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

◆ getError()

static getError ( array  $input,
  $value 
)
static

Переопределяется в ConcreteProduct и ProductCategories.

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

◆ getErrorSingle()

static getErrorSingle ( array  $input,
  $value 
)
static
Аргументы
array$input
$value
Исключения
SystemException

Переопределяется в StringInput, Number, EitherYN, Enum, File, Date, Location, Address, ConcreteProduct и ProductCategories.

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

◆ getHiddenRecursive()

static getHiddenRecursive (   $name,
  $value,
  $attributes 
)
staticprotected

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

◆ getRequiredError()

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

Переопределяется в EitherYN и Address.

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

◆ getSettings()

static getSettings ( array  $input,
  $reload 
)
static

Переопределяется в StringInput, Number, Enum, File, Date, ProductCategories и ConcreteProduct.

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

◆ getValue()

static getValue ( array  $input,
  $value 
)
static

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

◆ getValueSingle()

static getValueSingle ( array  $input,
  $value 
)
static

Переопределяется в ProductCategories, ConcreteProduct, EitherYN и File.

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

◆ getViewHtml()

static getViewHtml ( array  $input,
  $value = null 
)
static

Переопределяется в Address, ProductCategories и ConcreteProduct.

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

◆ getViewHtmlSingle()

static getViewHtmlSingle ( array  $input,
  $value 
)
static

Переопределяется в EitherYN, Enum, File и Location.

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

◆ hasMultipleValuesSupport()

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

Переопределяется в Address.

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

◆ isMultiple()

static isMultiple (   $value)
static

Check if value is multiple.

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

Переопределяется в File и Address.

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

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

◆ MULTITAG

const MULTITAG = 'div'

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