PHP Go\Aop\Intercept Namespace

Interfaces

Name Description
ConstructorInvocation Description of an invocation to a constructor, given to an interceptor upon constructor-call.
FieldAccess This interface represents a field access in the program.
FunctionInvocation Description of an invocation to a function, given to an interceptor upon function-call.
Interceptor This interface represents a generic interceptor.
Invocation This interface represents an invocation in the program
Joinpoint This interface represents a generic runtime joinpoint (in the AOP terminology).
MethodInvocation Description of an invocation to a method, given to an interceptor upon method-call.