Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 292 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 292 Bytes

Proxy

Purpose

To interface to anything that is expensive or impossible to duplicate.

Examples

  • Doctrine2 uses proxies to implement framework magic (e.g. lazy initialization) in them, while the user still works with his own entity classes and will never use nor touch the proxies