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

Открытые члены

 startAction ($scriptId, array $documentIds, array $parameters=[])
 
 deleteAction ($scriptId)
 
 activateAction (int $scriptId)
 
 deactivateAction (int $scriptId)
 
 terminateQueueAction (int $queueId)
 
 execQueueAction (int $queueId)
 
 deleteQueueAction (int $queueId)
 

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

const START_STATUS_NOT_PERMITTED = 'NOT_PERMITTED'
 
const START_STATUS_NOT_EXISTS = 'NOT_EXISTS'
 
const START_STATUS_NO_DOCUMENTS = 'NO_DOCUMENTS'
 
const START_STATUS_FILL_PARAMETERS = 'FILL_PARAMETERS'
 
const START_STATUS_INVALID_PARAMETERS = 'INVALID_PARAMETERS'
 
const START_STATUS_QUEUED = 'QUEUED'
 

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

- Открытые статические члены унаследованные от Base
static getName ()
 
static getType ()
 
static addFormat ($name, array $options)
 
static getFormats ()
 
static toSingleValue (FieldType $fieldType, $value)
 
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 getConversionMap ()
 
static mergeValue (FieldType $fieldType, array $baseValue, $appendValue)
 
static addError ($error)
 
static addErrors (array $errors)
 
static getErrors ()
 
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 extractValueSingle (FieldType $fieldType, array $field, array $request)
 
static extractValueMultiple (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 externalizeValue (FieldType $fieldType, $context, $value)
 
static externalizeValueSingle (FieldType $fieldType, $context, $value)
 
static externalizeValueMultiple (FieldType $fieldType, $context, $value)
 
static compareValues ($valueA, $valueB)
 
static validateValueSingle ($value, FieldType $fieldType)
 
static validateValueMultiple ($value, FieldType $fieldType)
 
static convertPropertyToView (FieldType $fieldType, int $viewMode, array $property)
 
- Защищенные статические члены унаследованные от Base
static getFormatCallable ($format)
 
static getFormatSeparator ($format)
 
static formatValuePrintable (FieldType $fieldType, $value)
 
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 renderControl (FieldType $fieldType, array $field, $value, $allowSelection, $renderMode)
 
static renderControlSelector (array $field, $value=null, $showInput=false, $selectorMode='', FieldType $fieldType=null)
 
static renderControlSelectorButton ($controlId, FieldType $fieldType, $selectorMode='')
 
static extractValue (FieldType $fieldType, array $field, array $request)
 
- Статические защищенные данные унаследованные от Base
static $formats
 
static $errors = []
 

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

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

Методы

◆ activateAction()

activateAction ( int $scriptId)

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

◆ deactivateAction()

deactivateAction ( int $scriptId)

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

◆ deleteAction()

deleteAction ( $scriptId)

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

◆ deleteQueueAction()

deleteQueueAction ( int $queueId)

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

◆ execQueueAction()

execQueueAction ( int $queueId)

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

◆ startAction()

startAction ( $scriptId,
array $documentIds,
array $parameters = [] )

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

◆ terminateQueueAction()

terminateQueueAction ( int $queueId)

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

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

◆ START_STATUS_FILL_PARAMETERS

const START_STATUS_FILL_PARAMETERS = 'FILL_PARAMETERS'

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

◆ START_STATUS_INVALID_PARAMETERS

const START_STATUS_INVALID_PARAMETERS = 'INVALID_PARAMETERS'

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

◆ START_STATUS_NO_DOCUMENTS

const START_STATUS_NO_DOCUMENTS = 'NO_DOCUMENTS'

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

◆ START_STATUS_NOT_EXISTS

const START_STATUS_NOT_EXISTS = 'NOT_EXISTS'

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

◆ START_STATUS_NOT_PERMITTED

const START_STATUS_NOT_PERMITTED = 'NOT_PERMITTED'

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

◆ START_STATUS_QUEUED

const START_STATUS_QUEUED = 'QUEUED'

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