]> Raphaƫl G. Git Repositories - packbundle/blobdiff - Filter/FilterInterface.php
Version 0.2.0
[packbundle] / Filter / FilterInterface.php
diff --git a/Filter/FilterInterface.php b/Filter/FilterInterface.php
new file mode 100644 (file)
index 0000000..2dc2b6f
--- /dev/null
@@ -0,0 +1,9 @@
+<?php
+
+// src/Rapsys/PackBundle/Twig/Filter/FilterInterface.php
+namespace Rapsys\PackBundle\Twig\Filter;
+
+interface FilterInterface {
+    //TODO: see if we need something else (like a constructor that read parameters or something else ?)
+    public function process($content);
+}