PHP Go\Aop 네임스페이스

중첩된 네임스페이스

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

Interfaces

이름 설명
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.