mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 08:33:49 +00:00
add an age aggregator for person
This commit is contained in:
@@ -42,3 +42,8 @@ services:
|
||||
- "@translator"
|
||||
tags:
|
||||
- { name: chill.export_aggregator, alias: person_gender_aggregator }
|
||||
|
||||
chill.person.export.aggregator_age:
|
||||
class: Chill\PersonBundle\Export\Aggregator\AgeAggregator
|
||||
tags:
|
||||
- { name: chill.export_aggregator, alias: person_age_aggregator }
|
||||
|
@@ -161,3 +161,6 @@ Group by continents: Grouper par continent
|
||||
Group by country: Grouper par pays
|
||||
|
||||
Group people by gender: Aggréger les personnes par genre
|
||||
|
||||
Aggregate by age: Aggréger par âge
|
||||
Calculate age in relation to this date: Calculer l'âge par rapport à cette date
|
||||
|
Reference in New Issue
Block a user