PHP Class Neos\Flow\Aop\Advice\AroundAdvice

Inheritance: extends AbstractAdvice, implements Neos\Flow\Aop\Advice\AdviceInterface
Afficher le fichier Open project: neos/flow-development-collection Class Usage Examples

Méthodes publiques

Méthode Description
invoke ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : mixed Invokes the advice method

Method Details

invoke() public méthode

Invokes the advice method
public invoke ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : mixed
$joinPoint Neos\Flow\Aop\JoinPointInterface The current join point which is passed to the advice method
Résultat mixed Result of the advice method