Bristol SU Support Package
ModuleInstance.php
Go to the documentation of this file.
1 <?php
2 
3 
5 
6 
8 
12 interface ModuleInstance
13 {
14 
20  public function id();
21 
27  public function alias();
28 
34  public function user();
35 }