mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
Rename ListPersonWithAccompanyingPeriod to ListPersonHavingAccompanyingPeriod
This commit is contained in:
parent
56d9072abe
commit
7f30742fc3
@ -35,7 +35,12 @@ use function count;
|
|||||||
use function in_array;
|
use function in_array;
|
||||||
use function strlen;
|
use function strlen;
|
||||||
|
|
||||||
class ListPersonWithAccompanyingPeriod implements ExportElementValidatedInterface, ListInterface, GroupedExportInterface
|
/**
|
||||||
|
* List the persons, having an accompanying period.
|
||||||
|
*
|
||||||
|
* Details of the accompanying period are not included
|
||||||
|
*/
|
||||||
|
class ListPersonHavingAccompanyingPeriod implements ExportElementValidatedInterface, ListInterface, GroupedExportInterface
|
||||||
{
|
{
|
||||||
private ExportAddressHelper $addressHelper;
|
private ExportAddressHelper $addressHelper;
|
||||||
|
|
@ -24,7 +24,7 @@ services:
|
|||||||
tags:
|
tags:
|
||||||
- { name: chill.export, alias: list_person }
|
- { name: chill.export, alias: list_person }
|
||||||
|
|
||||||
Chill\PersonBundle\Export\Export\ListPersonWithAccompanyingPeriod:
|
Chill\PersonBundle\Export\Export\ListPersonHavingAccompanyingPeriod:
|
||||||
autowire: true
|
autowire: true
|
||||||
autoconfigure: true
|
autoconfigure: true
|
||||||
tags:
|
tags:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user