PHP Neos\Flow\Aop 네임스페이스

중첩된 네임스페이스

Neos\Flow\Aop\Advice
neos\flow\aop\builder
Neos\Flow\Aop\Pointcut

Interfaces

이름 설명
JoinPointInterface Contract for a join point
ProxyInterface Contract and marker interface for the AOP Proxy classes

클래스들

이름 설명
Advisor An advisor is the combination of a single advice and the pointcut where the advice will become active.
AspectContainer An aspect is represented by class tagged with the "aspect" annotation.
InterfaceIntroduction Implementation of the interface introduction declaration.
JoinPoint In Flow the join point object contains context information when a point cut matches and the registered advices are executed.
PropertyIntroduction Implementation of the property introduction declaration.
TraitIntroduction Implementation of the trait introduction declaration.

Traits

이름 설명
AdvicesTrait Contains boilerplate code for AOP execution and is added to AOP proxy classes.