PHP Class Go\Aop\Support\AbstractGenericPointcutAdvisor

Inheritance: implements Go\Aop\PointcutAdvisor
Datei anzeigen Open project: goaop/framework Class Usage Examples

Protected Properties

Property Type Description
$advice Go\Aop\Advice Instance of advice

Public Methods

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

Method Details

__construct() public method

Initializes an advisor with advice
public __construct ( Go\Aop\Advice $advice )
$advice Go\Aop\Advice Advice to apply

__toString() public method

Return string representation of object
public __toString ( ) : string
return string

getAdvice() public method

Returns an advice to apply
public getAdvice ( ) : Go\Aop\Advice | null
return Go\Aop\Advice | null

Property Details

$advice protected_oe property

Instance of advice
protected Advice,Go\Aop $advice
return Go\Aop\Advice