/home/smartonegroup/public_html/veroserv/vendor/smarty/smarty/src/Filter/FilterInterface.php
<?php

namespace Smarty\Filter;

interface FilterInterface {

	public function filter($code, \Smarty\Template $template);

}