Matthimatiker/AspectPHP

Implement Aspects

Matthimatiker opened this issue · 1 comments

Implement aspect behavior corresponding to the proposal at https://github.com/Matthimatiker/AspectPHP/wiki/Aspect-Proposal.

The following needs to be done:

  • Create advice interface
    • Create basic advice implementation
    • Create advice composite
  • Implement advice container
  • Refactor aspect manager
    • Create class that extracts advices from aspects
  • Refactor advice invocation

Implemented aspect behavior according to the proposal.
Merged changes into master.