1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
Класс User
Граф наследования:User:
Base

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

static getType ()
static getFormats ()
static toSingleValue (FieldType $fieldType, $value)
static getConversionMap ()
static renderControlSingle (FieldType $fieldType, array $field, $value, $allowSelection, $renderMode)
static renderControlMultiple (FieldType $fieldType, array $field, $value, $allowSelection, $renderMode)
static extractValueSingle (FieldType $fieldType, array $field, array $request)
static extractValueMultiple (FieldType $fieldType, array $field, array $request)
static externalizeValue (FieldType $fieldType, $context, $value)
static externalizeValueMultiple (FieldType $fieldType, $context, $value)
static internalizeValue (FieldType $fieldType, $context, $value)
static validateValueSingle ($value, FieldType $fieldType)
static validateValueMultiple ($value, FieldType $fieldType)
static convertPropertyToView (FieldType $fieldType, int $viewMode, array $property)
Открытые статические члены унаследованные от Base
static getName ()
static addFormat ($name, array $options)
static formatValueMultiple (FieldType $fieldType, $value, $format='printable')
static formatValueSingle (FieldType $fieldType, $value, $format='printable')
static convertValueMultiple (FieldType $fieldType, $value, $toTypeClass)
static convertTo (FieldType $fieldType, $value, $toTypeClass)
static convertFrom (FieldType $fieldType, $value, $fromTypeClass)
static mergeValue (FieldType $fieldType, array $baseValue, $appendValue)
static addError ($error)
static addErrors (array $errors)
static getErrors ()
static canRenderControl ($renderMode)
static renderControlOptions (FieldType $fieldType, $callbackFunctionName, $value)
static clearValueSingle (FieldType $fieldType, $value)
static clearValueMultiple (FieldType $fieldType, $value)
static internalizeValueSingle (FieldType $fieldType, $context, $value)
static internalizeValueMultiple (FieldType $fieldType, $context, $value)
static externalizeValueSingle (FieldType $fieldType, $context, $value)
static compareValues ($valueA, $valueB)

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

static formatValuePrintable (FieldType $fieldType, $value)
static formatValueFriendly (FieldType $fieldType, $value)
static renderControl (FieldType $fieldType, array $field, $value, $allowSelection, $renderMode)
static extractValue (FieldType $fieldType, array $field, array $request)
Защищенные статические члены унаследованные от Base
static getFormatCallable ($format)
static getFormatSeparator ($format)
static cleanErrors ()
static generateControlId (array $field)
static generateControlName (array $field)
static generateControlClassName (FieldType $fieldType, array $field)
static wrapCloneableControls (array $controls, $wrapperId)
static renderPublicMultipleWrapper (FieldType $fieldType, array $field, array $controls)
static renderControlSelector (array $field, $value=null, $showInput=false, $selectorMode='', FieldType $fieldType=null)
static renderControlSelectorButton ($controlId, FieldType $fieldType, $selectorMode='')

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

Статические защищенные данные унаследованные от Base
static $formats
static $errors = []

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

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

Методы

◆ convertPropertyToView()

convertPropertyToView ( FieldType $fieldType,
int $viewMode,
array $property )
static

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

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

◆ externalizeValue()

externalizeValue ( FieldType $fieldType,
$context,
$value )
static
Аргументы
FieldType$fieldTypeDocument field type.
string$contextContext identification (Document, Variable etc.)
mixed$valueField value.
Возвращает
mixed

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

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

◆ externalizeValueMultiple()

externalizeValueMultiple ( FieldType $fieldType,
$context,
$value )
static
Аргументы
FieldType$fieldTypeDocument field type.
string$contextContext identification (Document, Variable etc.)
mixed$valueField value.
Возвращает
mixed

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

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

◆ extractValue()

extractValue ( FieldType $fieldType,
array $field,
array $request )
staticprotected
Аргументы
FieldType$fieldTypeDocument field type.
array$fieldForm field.
array$requestRequest data.
Возвращает
array|null

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

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

◆ extractValueMultiple()

extractValueMultiple ( FieldType $fieldType,
array $field,
array $request )
static
Аргументы
FieldType$fieldTypeDocument field type.
array$fieldForm field.
array$requestRequest data.
Возвращает
array|null

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

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

◆ extractValueSingle()

extractValueSingle ( FieldType $fieldType,
array $field,
array $request )
static
Аргументы
FieldType$fieldTypeDocument field type.
array$fieldForm field.
array$requestRequest data.
Возвращает
null|string

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

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

◆ formatValueFriendly()

formatValueFriendly ( FieldType $fieldType,
$value )
staticprotected
Аргументы
FieldType$fieldType
$value
Возвращает
string

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

◆ formatValuePrintable()

formatValuePrintable ( FieldType $fieldType,
$value )
staticprotected
Аргументы
FieldType$fieldType
$value
Возвращает
string

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

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

◆ getConversionMap()

getConversionMap ( )
static

Return conversion map for current type.

Возвращает
array Map.

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

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

◆ getFormats()

getFormats ( )
static

Get formats list.

Возвращает
array

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

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

◆ getType()

getType ( )
static
Возвращает
string

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

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

◆ internalizeValue()

internalizeValue ( FieldType $fieldType,
$context,
$value )
static
Аргументы
FieldType$fieldTypeDocument field type.
string$contextContext identification (Document, Variable etc.)
mixed$valueField value.
Возвращает
mixed

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

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

◆ renderControl()

renderControl ( FieldType $fieldType,
array $field,
$value,
$allowSelection,
$renderMode )
staticprotected
Аргументы
FieldType$fieldType
array$field
mixed$value
bool$allowSelection
int$renderMode
Возвращает
string

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

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

◆ renderControlMultiple()

renderControlMultiple ( FieldType $fieldType,
array $field,
$value,
$allowSelection,
$renderMode )
static
Аргументы
FieldType$fieldTypeDocument field type.
array$fieldForm field.
mixed$valueField value.
bool$allowSelectionAllow selection flag.
int$renderModeControl render mode.
Возвращает
string

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

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

◆ renderControlSingle()

renderControlSingle ( FieldType $fieldType,
array $field,
$value,
$allowSelection,
$renderMode )
static
Аргументы
FieldType$fieldTypeDocument field type.
array$fieldForm field.
mixed$valueField value.
bool$allowSelectionAllow selection flag.
int$renderModeControl render mode.
Возвращает
string

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

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

◆ toSingleValue()

toSingleValue ( FieldType $fieldType,
$value )
static

Normalize single value.

Аргументы
FieldType$fieldTypeDocument field type.
mixed$valueField value.
Возвращает
mixed Normalized value

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

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

◆ validateValueMultiple()

validateValueMultiple ( $value,
FieldType $fieldType )
static

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

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

◆ validateValueSingle()

validateValueSingle ( $value,
FieldType $fieldType )
static

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

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


Объявления и описания членов класса находятся в файле:
  • C:/bitrix/modules/bizproc/lib/basetype/user.php