mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-02-24 01:32:22 +01:00
Creational
- AbstractFactory 📓
- Builder 📓
- FactoryMethod 📓
- Multiton (is considered an anti-pattern! ⛔)
- Pool 📓
- Prototype 📓
- SimpleFactory
- Singleton 📓 (is considered an anti-pattern! ⛔)
- StaticFactory