|
static | getEvents ($code) |
|
static | getEventsByType ($code, $type) |
|
static | addEvent ($code, $type, $event) |
|
static | isEventTypeExists ($code, $type) |
|
static | resetEvents ($code=null, $type=null) |
|
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) |
|
См. определение в файле eventspool.php строка 4
◆ addEvent()
static addEvent |
( |
| $code, |
|
|
| $type, |
|
|
| $event ) |
|
static |
◆ getEvents()
static getEvents |
( |
| $code | ) |
|
|
static |
◆ getEventsByType()
static getEventsByType |
( |
| $code, |
|
|
| $type ) |
|
static |
◆ isEventTypeExists()
static isEventTypeExists |
( |
| $code, |
|
|
| $type ) |
|
static |
◆ resetEvents()
static resetEvents |
( |
| $code = null, |
|
|
| $type = null ) |
|
static |
◆ $events