Bristol SU Support Package
FilterInstance.php
Go to the documentation of this file.
1 <?php
2 
4 
8 interface FilterInstance
9 {
15  public function name();
16 
22  public function alias();
23 
29  public function settings();
30 
38  public function for ();
39 }