improve exports, filters, aggregators

This commit is contained in:
2017-01-17 00:33:44 +01:00
parent d75783632f
commit 045119d61f
7 changed files with 249 additions and 10 deletions

View File

@@ -11,6 +11,7 @@ services:
arguments:
- "@doctrine.orm.entity_manager"
- "@translator"
- "@chill.main.helper.translatable_string"
tags:
- { name: chill.export, alias: list_person }
@@ -40,6 +41,15 @@ services:
tags:
- { name: chill.export_aggregator, alias: person_nationality_aggregator }
chill.person.export.aggregator_country_of_birth:
class: Chill\PersonBundle\Export\Aggregator\CountryOfBirthAggregator
arguments:
- "@chill.main.countries_repository"
- "@chill.main.helper.translatable_string"
- "@translator"
tags:
- { name: chill.export_aggregator, alias: person_country_of_birth_aggregator }
chill.person.export.aggregator_gender:
class: Chill\PersonBundle\Export\Aggregator\GenderAggregator
arguments: