|
static | handleEvent (string $component, string $event, array $parameter) |
|
◆ __construct()
ilChatroomAppEventListener::__construct |
( |
ilDBInterface |
$database | ) |
|
|
private |
◆ cache()
ilChatroomAppEventListener::cache |
( |
Closure |
$proc | ) |
|
|
private |
A B
- Parameters
-
- Returns
- Closure(...A): B
Definition at line 69 of file class.ilChatroomAppEventListener.php.
Referenced by dbCachePrepare().
72 return function (...$args) use (&$cache, $proc) {
73 $key = json_encode($args);
74 if (!isset($cache[$key])) {
75 $cache[$key] = $proc(...$args);
◆ dbCachePrepare()
◆ handle()
ilChatroomAppEventListener::handle |
( |
string |
$component, |
|
|
string |
$event, |
|
|
array |
$parameter |
|
) |
| |
|
private |
◆ handleEvent()
static ilChatroomAppEventListener::handleEvent |
( |
string |
$component, |
|
|
string |
$event, |
|
|
array |
$parameter |
|
) |
| |
|
static |
◆ $clean_up
readonly CleanUpBans ilChatroomAppEventListener::$clean_up |
|
private |
◆ $instance
The documentation for this class was generated from the following file: