PHP Neos\Flow\Aop\Advice Пространство имен

Interfaces

Имя Описание
AdviceInterface This is the interface for a generic AOP advice. It is never implemented directly.

Классы

Имя Описание
AbstractAdvice Base class for Advices.
AdviceChain The advice chain holds a number of subsequent advices that match a given join point and calls the advices in the right order.
AroundAdvice Implementation of the Around Advice.