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

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

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

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

static getFieldOptions (Bizproc\FieldType $fieldType)
 
static renderControl (FieldType $fieldType, array $field, $value, $allowSelection, $renderMode)
 
- Защищенные статические члены унаследованные от Select
static formatValuePrintable (FieldType $fieldType, $value)
 
static extractValue (FieldType $fieldType, array $field, array $request)
 
static getFieldOptions (FieldType $fieldType)
 
static getFieldSettings (FieldType $fieldType)
 
static normalizeOptions ($options)
 
- Защищенные статические члены унаследованные от 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 = []
 

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

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

Методы

◆ getFieldOptions()

static getFieldOptions ( Bizproc\FieldType $fieldType)
staticprotected

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

◆ getName()

static getName ( )
static

Gets the name of the field type.

Возвращает
string

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

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

◆ renderControl()

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

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

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

◆ renderControlMultiple()

static renderControlMultiple ( Bizproc\FieldType $fieldType,
array $field,
$value,
$allowSelection,
$renderMode )
static

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

◆ renderControlSingle()

static renderControlSingle ( Bizproc\FieldType $fieldType,
array $field,
$value,
$allowSelection,
$renderMode )
static

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