Go\Aop\Advisor::getAdvice PHP Method

getAdvice() public method

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