mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
declare properties used for cache
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user