[Ismo.Core.AOP] element index
Package indexes
Ismo.Core
Ismo.Core.External
Ismo.Core.Loaders
Ismo.Core.Namespace
Ismo.Core.Namespace.Persistant
Ismo.Core.Object
Ismo.Core.State.Controller
Ismo.Core.State
Ismo.Core.State.HTTP
All elements
e
i
s
_
_
top
$_instance
Ismo_Core_AOP_StateProxy::$_instance
in StateProxy.php
The instance of a class that this proxy is a proxy for.
$_interceptors
Ismo_Core_AOP_Invocation::$_interceptors
in Invocation.php
The interceptors which might get applied.
$_interceptors
Ismo_Core_AOP_StateProxy::$_interceptors
in StateProxy.php
All of the configured interceptors.
$_methodName
Ismo_Core_AOP_Invocation::$_methodName
in Invocation.php
The name of the method call which is being intercepted.
$_params
Ismo_Core_AOP_Invocation::$_params
in Invocation.php
The parameters given to the method call being intercepted.
$_proxy
Ismo_Core_AOP_Invocation::$_proxy
in Invocation.php
The proxy class instance in use.
$_target
Ismo_Core_AOP_Invocation::$_target
in Invocation.php
The target class, i.e. the class being proxied.
_actionMethodMissing
Ismo_Core_AOP_StateProxy::_actionMethodMissing()
in StateProxy.php
Missing action method saver.
_recurseShow
Ismo_Core_AOP_StateProxy::_recurseShow()
in StateProxy.php
Handles showMethod calls recursively
__call
Ismo_Core_AOP_StateProxy::__call()
in StateProxy.php
Method invoker.
__get
Ismo_Core_AOP_StateProxy::__get()
in StateProxy.php
Property getter.
__set
Ismo_Core_AOP_StateProxy::__set()
in StateProxy.php
Property setter.
e
top
execute
Ismo_Core_AOP_StateProxy::execute()
in StateProxy.php
Handles the request.
i
top
Invocation.php
Invocation.php
in Invocation.php
invokeNext
Ismo_Core_AOP_Invocation::invokeNext()
in Invocation.php
This invokes the next interceptor or if no more interceptors exists, invokes the target method aka the intercepted method call.
Ismo_Core_AOP_Invocation
Ismo_Core_AOP_Invocation::Ismo_Core_AOP_Invocation()
in Invocation.php
The empty constructor.
Ismo_Core_AOP_Invocation
Ismo_Core_AOP_Invocation
in Invocation.php
The invocation class.
Ismo_Core_AOP_StateProxy
Ismo_Core_AOP_StateProxy::Ismo_Core_AOP_StateProxy()
in StateProxy.php
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
_