Breaking: #78581 - FlexFormTools public properties dropped

See forge#78581

Description

Two public properties have been dropped from PHP class FlexFormTools:

  • FlexFormTools->traverseFlexFormXMLData_DS

  • FlexFormTools->traverseFlexFormXMLData_Data

Impact

Accessing those properties will throw a warning.

Affected Installations

Extensions that access these properties. These two properties were of little use from an extensions point of view, it is very unlikely this actually breaks an extension.

Migration

No migration possible.