begin to take ACL into account [WIP] [ci skip]

This commit is contained in:
2016-01-24 22:24:18 +01:00
parent c51a46cee5
commit de27c50a5a
8 changed files with 159 additions and 17 deletions

View File

@@ -27,13 +27,11 @@ use Symfony\Component\Form\FormBuilderInterface;
*
* @author Julien Fastré <julien.fastre@champs-libres.coop>
*/
interface FilterInterface
interface FilterInterface extends ExportElementInterface
{
public function applyOn();
public function buildForm(FormBuilderInterface $builder);
public function alterQuery(QueryBuilder $qb, $data);
public function getTitle();
}