]> dev.renevier.net Git - syj.git/blob - application/interface/Processor.php
update copyright headers
[syj.git] / application / interface / Processor.php
1 <?php
2 /*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
3     and is published under the AGPL license. */
4
5 interface Syj_Processor_Interface {
6     public function process(&$data);
7 }