Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс BaseTrigger

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

 setTarget (BaseTarget $target)
 
 getTarget ()
 
 checkApplyRules (array $trigger)
 
 getReturnValues ()
 
 setReturnValues (array $values)
 

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

static className ()
 
static isEnabled ()
 
static getCode ()
 
static getName ()
 
static getReturnProperties ()
 
static toArray ()
 
static getDescription ()
 
static getGroup ()
 

Защищенные члены

 getPotentialTriggers ()
 

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

static getSettings ()
 
static getPropertiesMap ()
 

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

 $target
 
 $returnValues
 

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

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

Методы

◆ checkApplyRules()

checkApplyRules ( array $trigger)

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

◆ className()

static className ( )
static
Возвращает
string the fully qualified name of this class.

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

◆ getCode()

static getCode ( )
static
Возвращает
string Gets the alphanumeric trigger code.

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

◆ getDescription()

static getDescription ( )
static

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

◆ getGroup()

static getGroup ( )
static

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

◆ getName()

static getName ( )
static
Возвращает
string Gets the trigger name.

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

◆ getPotentialTriggers()

getPotentialTriggers ( )
protected

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

◆ getPropertiesMap()

static getPropertiesMap ( )
staticprotected

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

◆ getReturnProperties()

static getReturnProperties ( )
static

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

◆ getReturnValues()

getReturnValues ( )

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

◆ getSettings()

static getSettings ( )
staticprotected

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

◆ getTarget()

getTarget ( )
Возвращает
BaseTarget
Исключения
Main

InvalidOperationException

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

◆ isEnabled()

static isEnabled ( )
static

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

◆ setReturnValues()

setReturnValues ( array $values)
Аргументы
array$values
Возвращает
$this

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

◆ setTarget()

setTarget ( BaseTarget $target)
Аргументы
BaseTarget$target
Возвращает
$this

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

◆ toArray()

static toArray ( )
static

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

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

◆ $returnValues

$returnValues
protected

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

◆ $target

$target
protected

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