Bristol SU Support Package
ModuleFactory.php
Go to the documentation of this file.
1 <?php
2 
3 
5 
6 
10 interface ModuleFactory
11 {
18  public function fromAlias(string $alias): Module;
19 }