PHP Neos\Flow\Aop Namespace

Nested Namespaces

Neos\Flow\Aop\Advice
Neos\Flow\Aop\Builder
Neos\Flow\Aop\Pointcut

Interfaces

Name Description
JoinPointInterface Contract for a join point
ProxyInterface Contract and marker interface for the AOP Proxy classes

Classes

Name Description
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

Name Description
AdvicesTrait Contains boilerplate code for AOP execution and is added to AOP proxy classes.