PHP Go\Aop Namespace

Nested Namespaces

Go\Aop\Framework
Go\Aop\Intercept
Go\Aop\Pointcut
Go\Aop\Support

Interfaces

Name Description
Advisor Base interface holding AOP advice (action to take at a joinpoint)
Features Interface-enumeration of framework features to use in checking and configuration
IntroductionAdvisor Superinterface for advisors that perform one or more AOP introductions.
IntroductionInfo Interface supplying the information necessary to describe an introduction of trait.
PointFilter Filter that restricts matching of a pointcut or introduction to a given set of reflection points.
Pointcut Pointcut realization for PHP
PointcutAdvisor Super-interface for all Advisors that are driven by a pointcut.