|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Go to the source code of this file.
Namespaces | |
| namespace | Sabre\Event |
Functions | |
| Sabre\Event::on ($eventName, callable $callBack, $priority=100) | |
| Subscribe to an event. More... | |
| Sabre\Event::once ($eventName, callable $callBack, $priority=100) | |
| Subscribe to an event exactly once. More... | |
| Sabre\Event::emit ($eventName, array $arguments=[], callable $continueCallBack=null) | |
| Emits an event. More... | |
| Sabre\Event::listeners ($eventName) | |
| Returns the list of listeners for an event. More... | |
| Sabre\Event::removeListener ($eventName, callable $listener) | |
| Removes a specific listener from an event. More... | |
| Sabre\Event::removeAllListeners ($eventName=null) | |
| Removes all listeners. More... | |
Variables | |
| trait | Sabre\Event::EventEmitterTrait |
| Event Emitter Trait. More... | |