summaryrefslogtreecommitdiff
path: root/src/Filter/FilterInterface.php
blob: 42280e25b0a63a5e134c61e97c989f61fa3716f6 (plain)
1
2
3
4
5
6
7
8
9
<?php

namespace Smarty\Filter;

interface FilterInterface {

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

}