I know that I can use use with a closure but I am passing them in as array('fooController', 'barFunc'). Is there any way to access $app this way or am I stuck rewriting everything as a closure?
I know that I can use use with a closure but I am passing them in as array('fooController', 'barFunc'). Is there any way to access $app this way or am I stuck rewriting everything as a closure?