[Ismo.Core.AOP] element index

Package indexes

All elements
e i s _
_
top
$_instance
The instance of a class that this proxy is a proxy for.
$_interceptors
The interceptors which might get applied.
$_interceptors
All of the configured interceptors.
$_methodName
The name of the method call which is being intercepted.
$_params
The parameters given to the method call being intercepted.
$_proxy
The proxy class instance in use.
$_target
The target class, i.e. the class being proxied.
_actionMethodMissing
Missing action method saver.
_recurseShow
Handles showMethod calls recursively
__call
Method invoker.
__get
Property getter.
__set
Property setter.
e
top
execute
Handles the request.
i
top
Invocation.php
Invocation.php in Invocation.php
invokeNext
This invokes the next interceptor or if no more interceptors exists, invokes the target method aka the intercepted method call.
Ismo_Core_AOP_Invocation
The empty constructor.
Ismo_Core_AOP_Invocation
Ismo_Core_AOP_Invocation in Invocation.php
The invocation class.
Ismo_Core_AOP_StateProxy
The constructor.
Ismo_Core_AOP_StateProxy
Ismo_Core_AOP_StateProxy in StateProxy.php
This is a dynamic proxy class that can proxy for Ismo_Core_State_HTTP and
s
top
StateProxy.php
StateProxy.php in StateProxy.php
e i s _