Bristol SU Support Package
EventManager.php
Go to the documentation of this file.
1 <?php
2 
3 
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 }
registerEvent($alias, $name, $class, $description)