Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 277 Bytes

File metadata and controls

14 lines (8 loc) · 277 Bytes

Factory

Intent

Create objects without exposing the creation logic to the client and refer to newly created object using a common interface

Implementation

alt Factory UML Diagram

PHP Implementation of Factory