PHP Neos\Flow\Aop\Advice Namespace

Interfaces

Name Description
AdviceInterface This is the interface for a generic AOP advice. It is never implemented directly.

Classes

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