PHP Interface Go\Aop\Advisor

Datei anzeigen Open project: goaop/framework

Public Methods

Method Description
getAdvice ( ) : Advice Return the advice part of this aspect. An advice may be an interceptor, a before advice, a throws advice, etc.

Method Details

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