declare properties used for cache

This commit is contained in:
2022-04-27 14:45:42 +02:00
parent 916e3ab02d
commit 4794039250
2 changed files with 5 additions and 5 deletions

View File

@@ -240,6 +240,11 @@ class Person implements HasCenterInterface, TrackCreationInterface, TrackUpdateI
*/
private array $currentHouseholdAt = [];
/**
* Cache for the computation of current household participation.
*/
private array $currentHouseholdParticipationAt = [];
/**
* The current person address.
*