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

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

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

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

static getProductsList ($elementIds)
 
- Защищенные статические члены унаследованные от Base
static getHiddenRecursive ($name, $value, $attributes)
 
static extractAttributes (array $input, array $boolean, array $other, $withGlobal=true)
 

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

- Открытые атрибуты унаследованные от Base
const MULTITAG = 'div'
 

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

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

Методы

◆ getEditHtml()

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

Return HTML section for edit concreteProduct type

Аргументы
$name
array$input
null$values
Возвращает
string

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

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

◆ getError()

static getError ( array $input,
$value )
static

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

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

◆ getErrorSingle()

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

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

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

◆ getProductsList()

static getProductsList ( $elementIds)
staticprotected

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

◆ getSettings()

static getSettings ( array $input,
$reload )
static

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

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

◆ getValueSingle()

static getValueSingle ( array $input,
$userValue )
static

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

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

◆ getViewHtml()

static getViewHtml ( array $input,
$values = null )
static
Аргументы
array$input
$values
Возвращает
string

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

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