Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 356 Bytes

File metadata and controls

15 lines (9 loc) · 356 Bytes

AwareInterface

Intent

Mark object as "aware" about its dependencies. Particular case of using Marker Interface for Dependency Injection purpose. While Aware Traits help to keep your code DRY.

Implementation

alt AwareInterface UML Diagram

PHP Implementation of AwareInterface