doctrine / doctrine-laminas-hydrator

Doctrine hydrators for Laminas applications
https://www.doctrine-project.org/projects/doctrine-laminas-hydrator.html
MIT License
33 stars 19 forks source link

Introduce `CollectionStrategyInterface` and mark `AbstractCollectionStrategy` as internal #47

Closed driehle closed 2 years ago

driehle commented 2 years ago

Caution: BC Break

For the upcoming 3.0.0 release, this PR marks AbstractCollectionStrategy as internal. As a replacement, the new interface CollectionStrategyInterface is introduced. Users writing their own stategies should consider implementing CollectionStrategyInterface instead of extending AbstractCollectionStrategy.

With the new interface, all relevant methods received typed signatures. Collection strategies must provide the following functions: