Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request zendframework/zendframework#8 from weierophinney/f…
Browse files Browse the repository at this point in the history
…eature/di

Feature/di TODO updates
  • Loading branch information
ralphschindler committed Jul 21, 2011
2 parents 144ea5b + 6980e58 commit 9a9f950
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/TODO
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
TODO

- Make compiler able to be definition-aware for purposes of derived class
information. Basically, allow attaching other Definition objects to a compiler
which it will then consult during compile() in order to flesh out dependency
details. Use case: a concrete DbTable object in a user library. In this case,
currently compiling against that object will provide no supertypes; having the
ability to attach a previously created definition would allow the compiler to
check against those and provide information as it locates it.

- Integrate the EventManager into the Compiler and Code\Scanner in order to
allow attaching listeners to interesting events. Use cases include logging and
debugging during definition compilation.

- Ability to provide both class properties and method-specific parameters via
configuration (which solves disambiguation when multiple methods specify the
same parameter names)
Expand Down

0 comments on commit 9a9f950

Please sign in to comment.