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.