The invocation class.
An invocation describes the context in which an interceptor gets executed. It contains a reference to the target class, to the proxy and an array of the interceptors that might get applied (if <strong>invokeNext()</strong> is called).
Located in /AOP/Invocation.php (line 36)
The interceptors which might get applied.
The name of the method call which is being intercepted.
The parameters given to the method call being intercepted.
The proxy class instance in use.
The target class, i.e. the class being proxied.
Documentation generated on Mon, 14 Jun 2004 11:59:27 +0200 by phpDocumentor 1.3.0RC3