]> dev.renevier.net Git - syj.git/blobdiff - application/interface/Processor.php
allow uploading a route as a file
[syj.git] / application / interface / Processor.php
diff --git a/application/interface/Processor.php b/application/interface/Processor.php
new file mode 100644 (file)
index 0000000..cf86bc4
--- /dev/null
@@ -0,0 +1,7 @@
+<?php
+/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+    and is published under the AGPL license. */
+
+interface Syj_Processor_Interface {
+    public function process(&$data);
+}