프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$advice | Go\Aop\Advice | Instance of advice |
메소드 | 설명 | |
---|---|---|
__construct ( Go\Aop\Advice $advice ) | Initializes an advisor with advice | |
__toString ( ) : string | Return string representation of object | |
getAdvice ( ) : Go\Aop\Advice | null | Returns an advice to apply |
public __construct ( Go\Aop\Advice $advice ) | ||
$advice | Go\Aop\Advice | Advice to apply |