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

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

 setSectionConnection (?SectionConnection $sectionConnection)
 
 setEventConnection (?EventConnection $eventConnection)
 
 getEventConnection ()
 
 getSectionConnection ()
 
- Открытые члены унаследованные от Context
 __construct (array $data=[])
 
 __get ($name)
 
 __set ($name, $value)
 
 __isset ($name)
 
 add (string $type, string $property, $value)
 
 merge (Context $context)
 
 getByKey (string $key)
 

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

SectionConnection $sectionConnection = null
 
EventConnection $eventConnection = null
 

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

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

Методы

◆ getEventConnection()

getEventConnection ( )
Возвращает
EventConnection|null

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

◆ getSectionConnection()

getSectionConnection ( )
Возвращает
SectionConnection|null

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

◆ setEventConnection()

setEventConnection ( ?EventConnection  $eventConnection)
Аргументы
EventConnection | null$eventConnection
Возвращает
EventContext

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

◆ setSectionConnection()

setSectionConnection ( ?SectionConnection  $sectionConnection)
Аргументы
SectionConnection | null$sectionConnection
Возвращает
EventContext

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

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

◆ $eventConnection

EventConnection $eventConnection = null
protected

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

◆ $sectionConnection

SectionConnection $sectionConnection = null
protected

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