XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
Filter.php
Go to the documentation of this file.
1 <?php
2 
23 {
24 
28  public $name;
29 
33  public function preFilter($html, $config, $context) {
34  return $html;
35  }
36 
40  public function postFilter($html, $config, $context) {
41  return $html;
42  }
43 
44 }
45 
46 // vim: et sw=4 sts=4