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

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

static getEvents ($code)
 
static getEventsByType ($code, $type)
 
static addEvent ($code, $type, $event)
 
static isEventTypeExists ($code, $type)
 
static resetEvents ($code=null, $type=null)
 
- Открытые статические члены унаследованные от PoolBase
static getPoolByCode ($code)
 
static get ($code, $type)
 
static getByIndex ($code, $type, $index)
 
static add ($code, $type, $value)
 
static delete ($code, $type, $index)
 
static isTypeExists ($code, $type)
 
static resetPool ($code=null, $type=null)
 

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

static $events = array()
 
- Статические защищенные данные унаследованные от PoolBase
static $pool = array()
 
static $index = 0
 

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

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

Методы

◆ addEvent()

static addEvent ( $code,
$type,
$event )
static
Аргументы
$code
$type
$event

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

◆ getEvents()

static getEvents ( $code)
static

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

◆ getEventsByType()

static getEventsByType ( $code,
$type )
static

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

◆ isEventTypeExists()

static isEventTypeExists ( $code,
$type )
static
Аргументы
$code
$type
Возвращает
bool

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

◆ resetEvents()

static resetEvents ( $code = null,
$type = null )
static
Аргументы
null$code
null$type

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

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

◆ $events

$events = array()
staticprotected

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