make aggregators take role into accoutn

This commit is contained in:
2016-01-26 11:46:36 +01:00
parent b7f92a71cf
commit 8726f6faee
3 changed files with 11 additions and 7 deletions

View File

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