Go\Aop\Advisor::getAdvice PHP 메소드

getAdvice() 공개 메소드

Return the advice part of this aspect. An advice may be an interceptor, a before advice, a throws advice, etc.
public getAdvice ( ) : Advice
리턴 Advice The advice that should apply if the pointcut matches
    public function getAdvice();
Advisor