Property | Type | Description | |
---|---|---|---|
$advice | Go\Aop\Advice | Instance of advice |
Method | Description | |
---|---|---|
__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 |
public __toString ( ) : string | ||
return | string |