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

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

 execute (array &$result)
 
- Открытые члены унаследованные от Stepper
 __destruct ()
 
 setOuterParams (array $outerParams)
 
 getOuterParams ()
 

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

const OPTION_NAME = "im_index_message"
 
const STATUS_ENABLED = 'enabled'
 
const STATUS_DISABLED = 'disabled'
 
const STATUS_DEFAULT = 'default'
 
- Открытые атрибуты унаследованные от Stepper
const CONTINUE_EXECUTION = true
 
const FINISH_EXECUTION = false
 

Статические защищенные данные

static $moduleId = "im"
 
- Статические защищенные данные унаследованные от Stepper
static $moduleId = "main"
 

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

- Открытые статические члены унаследованные от Stepper
static getHtml ($ids=array(), $title="")
 
static getTitle ()
 
static execAgent ()
 
static makeArguments ($arguments=[])
 
static createInstance ()
 
static getModuleId ()
 
static checkRequest ()
 
- Защищенные члены унаследованные от Stepper
 writeToLog (\Exception $exception)
 
- Защищенные данные унаследованные от Stepper
 $deleteFile = false
 
 $outerParams = []
 

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

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

Методы

◆ execute()

execute ( array & $result)

Executes some action, and if return value is false, agent will be deleted.

Аргументы
array$optionArray with main data to show if it is necessary like {steps : 35, count : 7}, where steps is an amount of iterations, count - current position.
Возвращает
boolean

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

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

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

◆ $moduleId

$moduleId = "im"
staticprotected

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

◆ OPTION_NAME

const OPTION_NAME = "im_index_message"

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

◆ STATUS_DEFAULT

const STATUS_DEFAULT = 'default'

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

◆ STATUS_DISABLED

const STATUS_DISABLED = 'disabled'

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

◆ STATUS_ENABLED

const STATUS_ENABLED = 'enabled'

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