// /** * @package phptal */ interface PHPTAL_Filter { public function filter($str); } ?>