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

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

 __construct ($type, $parameters=null, $moduleId=null, $handler=null)
 
 getResultType ()
 
 getType ()
 
 getModuleId ()
 
 getHandler ()
 
 getParameters ()
 

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

const UNDEFINED = 0
 
const SUCCESS = 1
 
const ERROR = 2
 

Защищенные данные

 $moduleId
 
 $handler
 
 $type
 
 $parameters
 

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

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

Конструктор(ы)

◆ __construct()

__construct ( $type,
$parameters = null,
$moduleId = null,
$handler = null )

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

Методы

◆ getHandler()

getHandler ( )

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

◆ getModuleId()

getModuleId ( )

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

◆ getParameters()

getParameters ( )

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

◆ getResultType()

getResultType ( )

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

◆ getType()

getType ( )

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

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

◆ $handler

$handler
protected

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

◆ $moduleId

$moduleId
protected

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

◆ $parameters

$parameters
protected

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

◆ $type

$type
protected

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

◆ ERROR

const ERROR = 2

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

◆ SUCCESS

const SUCCESS = 1

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

◆ UNDEFINED

const UNDEFINED = 0

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