Bristol SU Support Package
EventRepository.php
Go to the documentation of this file.
1 <?php
2 
3 
5 
6 
10 interface EventRepository
11 {
12 
27  public function allForModule(string $alias);
28 
29 }