PHP Go\Aop\Framework Пространство имен

Interfaces

Имя Описание
OrderedAdvice Ordered advice can have a custom order to implement sorting

Классы

Имя Описание
AbstractInterceptorTest
AbstractInvocation Abstract class for all invocations joinpoints
AbstractJoinpoint Abstract joinpoint for framework
AbstractJoinpointTest
AbstractMethodInvocation Abstract method invocation implementation
AbstractMethodInvocationTest
AfterInterceptor "After" interceptor
AfterInterceptorTest
AfterThrowingInterceptor "After Throwing" interceptor
AfterThrowingInterceptorTest
AroundInterceptor "Around" interceptor
AroundInterceptorTest
BaseAdvice Base class for all framework advices implementations
BaseInterceptor Base interceptor realization
BaseInterceptorTest
BeforeInterceptor "Before" interceptor
BeforeInterceptorTest
ClassFieldAccess Represents a field access joinpoint
DeclareErrorInterceptor Interceptor to dynamically trigger an user notice/warning/error on method call
DynamicClosureMethodInvocation
DynamicClosureSplatMethodInvocationTest Generated by PHPUnit_SkeletonGenerator 1.2.0 on 2012-12-20 at 11:58:54.
DynamicInvocationMatcherInterceptor Dynamic invocation matcher combines a pointcut and interceptor.
ReflectionConstructorInvocation Reflection constructor invocation implementation
ReflectionFunctionInvocation Function invocation implementation
StaticClosureMethodInvocation Static closure method invocation is responsible to call static methods via closure
StaticClosureMethodInvocationTest Generated by PHPUnit_SkeletonGenerator 1.2.0 on 2012-12-20 at 11:58:54.
StaticInitializationJoinpoint Static initialization joinpoint is invoked after class is loaded into memory
TraitIntroductionInfo Advice for introduction that holds list of traits and interfaces for the concrete class