]> Raphaƫl G. Git Repositories - packbundle/blob - Filter/FilterInterface.php
2dc2b6fd2cb6929f6e0f2464c1cb96661bc046ad
[packbundle] / Filter / FilterInterface.php
1 <?php
2
3 // src/Rapsys/PackBundle/Twig/Filter/FilterInterface.php
4 namespace Rapsys\PackBundle\Twig\Filter;
5
6 interface FilterInterface {
7 //TODO: see if we need something else (like a constructor that read parameters or something else ?)
8 public function process($content);
9 }