Bristol SU Support Package
src
Events
Contracts
EventManager.php
Go to the documentation of this file.
1
<?php
2
3
4
namespace
BristolSU\Support\Events\Contracts
;
5
6
10
interface
EventManager
11
{
12
23
public
function
registerEvent
($alias, $name, $class, $description);
24
30
public
function
all
();
31
39
public
function
allForModule
($alias);
40
41
42
}
BristolSU\Support\Events\Contracts\EventManager\registerEvent
registerEvent($alias, $name, $class, $description)
BristolSU\Support\Events\Contracts\EventManager
Definition:
EventManager.php:10
BristolSU\Support\Events\Contracts\EventManager\all
all()
BristolSU\Support\Events\Contracts
Definition:
EventManager.php:4
BristolSU\Support\Events\Contracts\EventManager\allForModule
allForModule($alias)
Generated by
1.8.13