PHP 클래스 Neos\Flow\Aop\Advice\AroundAdvice

상속: extends AbstractAdvice, implements Neos\Flow\Aop\Advice\AdviceInterface
파일 보기 프로젝트 열기: neos/flow-development-collection 1 사용 예제들

공개 메소드들

메소드 설명
invoke ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : mixed Invokes the advice method

메소드 상세

invoke() 공개 메소드

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