UnionOfRAD / lithium

li₃ is the fast, flexible and most RAD development framework for PHP
http://li3.me
BSD 3-Clause "New" or "Revised" License
1.22k stars 237 forks source link

Remove {Static,}Object for Shallow Class Hierachy #1341

Closed mariuswilms closed 1 year ago

mariuswilms commented 5 years ago

Base classes are set to be removed in 2.0, they have been deprecated in 1.2.

The _init removal is being worked upon in the init-removal branch.

nateabele commented 1 year ago

I ended up maintaining the _init() functionality, as the complexity trade-off is low compared to the ability to bootstrap a class without its dependencies, and feedback from the community was that the migration burden would have been too significant.

This functionality has been incorporated into the AutoConfigurable trait.