I have a method in a class A (classic Php class and I need to have access to the request (with some identity attribute in cakeDC/Users plugin)…how can I code something that is RequestAware ? I can pass it as parameter, but I would like to have something that inject or get the session or request .
thanks