PHP Interface Go\Aop\Advisor

Afficher le fichier Open project: goaop/framework

Méthodes publiques

Méthode 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 méthode

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