PHP Trait Go\Aop\Pointcut\PointcutClassFilterTrait

The "classFilter" property can be set to customize ClassFilter behavior.
Datei anzeigen Open project: goaop/framework

Protected Properties

Property Type Description
$classFilter null | Go\Aop\PointFilter Filter for class

Public Methods

Method Description
getClassFilter ( ) : Go\Aop\PointFilter Return the class filter for this pointcut.
setClassFilter ( Go\Aop\PointFilter $classFilter ) Set the ClassFilter to use for this pointcut.

Method Details

getClassFilter() public method

Return the class filter for this pointcut.
public getClassFilter ( ) : Go\Aop\PointFilter
return Go\Aop\PointFilter

setClassFilter() public method

Set the ClassFilter to use for this pointcut.
public setClassFilter ( Go\Aop\PointFilter $classFilter )
$classFilter Go\Aop\PointFilter

Property Details

$classFilter protected_oe property

Filter for class
protected null|PointFilter,Go\Aop $classFilter
return null | Go\Aop\PointFilter