Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interceptor misses calls to methods while in the middle of an invocation #11

Open
nlaplante opened this issue Aug 7, 2012 · 1 comment

Comments

@nlaplante
Copy link

I have some methods annotated for AOP logging. The pointcuts are correctly registered. The problem is that, if a method which has a registered pointcut is called by code executed in $invocation->proceed() in the interceptor (from another method having a registered pointcut), then it does not get intercepted.

@schmittjoh
Copy link
Owner

Do you call the method via reflection, then you might by-pass the intercepting method?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants