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

@@ -26,7 +26,7 @@ use Symfony\Component\Form\FormBuilderInterface;
*
* @author Julien Fastré <julien.fastre@champs-libres.coop>
*/
interface ExportInterface
interface ExportInterface extends ExportElementInterface
{
public function getType();