Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

Filter.php

Go to the documentation of this file.
00001 <?php 00002 00003 define('PHPTAL_PRE_FILTER', 1); 00004 define('PHPTAL_POST_FILTER', 2); 00005 00040 class PHPTAL_Filter 00041 { 00056 function filter(&$tpl, $data, $mode) 00057 { 00058 return $data; 00059 } 00060 } 00061 00062 ?>

Generated on Tue Jun 29 23:40:03 2004 for Mediawiki by doxygen 1.3.7