Bristol SU Support Package
ModuleManager.php
Go to the documentation of this file.
1 <?php
2 
4 
8 interface ModuleManager
9 {
16  public function register($alias);
17 
23  public function aliases();
24 
31  public function exists(string $alias): bool;
32 }