Bristol SU Support Package
EventRepository.php
Go to the documentation of this file.
1 <?php
2 
3 
5 
6 
9 
14 {
20  private $manager;
21 
26  {
27  $this->manager = $manager;
28  }
29 
44  public function allForModule(string $alias)
45  {
46  return $this->manager->allForModule($alias);
47  }
48 }
__construct(EventManagerContract $manager)