Bristol SU Support Package
FilterFactory.php
Go to the documentation of this file.
1 <?php
2 
3 
5 
6 
8 
12 interface FilterFactory
13 {
14 
22  public function createFilterFromClassName($className);
23 
24 }