auraphp / Aura.Di

Dependency Injection System
MIT License
349 stars 63 forks source link

setter & interfaces #41

Closed Grummfy closed 10 years ago

Grummfy commented 10 years ago

Hello, Is it possible to make injection by setter working on interfaces?

In container we have "public function getUnified($class)" that looks about the parent class "get_parent_class" that return the parent name of the class. But It should be possible to do the same about interface with "class_implements()". But it returns all interface (from the class or the parent), so it will probably give some double informations.