Feature #46
Implement After Advice
Status:
Resolved
Priority:
Must have
Assignee:
Category:
AOP
Target version:
Start date:
Due date:
% Done:
100%
Estimated time:
PHP Version:
Has patch:
Complexity:
Description
Currently only After Returning and After Throwing advices exist. Implement the general After advice as well and make sure that After Returning is only invoked if no exception is thrown!