|
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 () |
|
См. определение в файле input.php строка 331
◆ asMultiple()
static asMultiple |
( |
| $value | ) |
|
|
static |
◆ asSingle()
static asSingle |
( |
| $value | ) |
|
|
static |
Get single 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 |
◆ getEditHtml()
static getEditHtml |
( |
| $name, |
|
|
array | $input, |
|
|
| $value = null ) |
|
static |
◆ getEditHtmlInsert()
static getEditHtmlInsert |
( |
| $tag, |
|
|
| $replace, |
|
|
| $name, |
|
|
| $sample, |
|
|
| $after ) |
|
static |
◆ getEditHtmlSingle()
static getEditHtmlSingle |
( |
| $name, |
|
|
array | $input, |
|
|
| $value ) |
|
static |
◆ getEditHtmlSingleAfterInsert()
static getEditHtmlSingleAfterInsert |
( |
| ) |
|
|
static |
◆ getEditHtmlSingleDelete()
static getEditHtmlSingleDelete |
( |
| $name, |
|
|
array | $input ) |
|
static |
◆ getError()
static getError |
( |
array | $input, |
|
|
| $value ) |
|
static |
◆ getErrorSingle()
static getErrorSingle |
( |
array | $input, |
|
|
| $value ) |
|
static |
◆ getHiddenRecursive()
static getHiddenRecursive |
( |
| $name, |
|
|
| $value, |
|
|
| $attributes ) |
|
staticprotected |
◆ getRequiredError()
static getRequiredError |
( |
array | $input, |
|
|
| $value ) |
|
static |
◆ getSettings()
static getSettings |
( |
array | $input, |
|
|
| $reload ) |
|
static |
◆ getValue()
static getValue |
( |
array | $input, |
|
|
| $value ) |
|
static |
◆ getValueSingle()
static getValueSingle |
( |
array | $input, |
|
|
| $value ) |
|
static |
◆ getViewHtml()
static getViewHtml |
( |
array | $input, |
|
|
| $value = null ) |
|
static |
◆ getViewHtmlSingle()
static getViewHtmlSingle |
( |
array | $input, |
|
|
| $value ) |
|
static |
◆ hasMultipleValuesSupport()
static hasMultipleValuesSupport |
( |
| ) |
|
|
static |
◆ isMultiple()
static isMultiple |
( |
| $value | ) |
|
|
static |
Check if value is multiple.
- Аргументы
-
- Возвращает
- bool
Переопределяется в File и Address.
См. определение в файле input.php строка 339
◆ MULTITAG