PHP Class Neos\Flow\Aop\Advice\AroundAdvice

Inheritance: extends AbstractAdvice, implements Neos\Flow\Aop\Advice\AdviceInterface
ファイルを表示 Open project: neos/flow-development-collection Class Usage Examples

Public Methods

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

Method Details

invoke() public method

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
return mixed Result of the advice method