powerOfAttorneyDate is included when printing the obj:
SomeAction Object
(
[powerOfAttorneyDate] => 2025-01-01
)
powerOfAttorneyDate is missing (bug) when using get_object_vars:
Array
(
[powerOfAttorneyDate] => 2025-01-01
)
powerOfAttorneyDate is included when using foreach on the object:
powerOfAttorneyDate => 2025-01-01
Output for 8.4.4 - 8.4.5
powerOfAttorneyDate is included when printing the obj:
SomeAction Object
(
[powerOfAttorneyDate] => 2025-01-01
)
powerOfAttorneyDate is missing (bug) when using get_object_vars:
Array
(
)
powerOfAttorneyDate is included when using foreach on the object:
powerOfAttorneyDate => 2025-01-01