PHP Trait Go\Aop\Pointcut\PointcutClassFilterTrait

The "classFilter" property can be set to customize ClassFilter behavior.
Afficher le fichier Open project: goaop/framework

Protected Properties

Свойство Type Description
$classFilter null | Go\Aop\PointFilter Filter for class

Méthodes publiques

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

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

setClassFilter() public méthode

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
Résultat null | Go\Aop\PointFilter