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

@@ -28,4 +28,5 @@ namespace Chill\PersonBundle\Export;
abstract class Declarations
{
CONST PERSON_TYPE = 'person';
CONST PERSON_IMPLIED_IN = 'person_implied_in';
}