PHP Interface Go\Aop\Pointcut

Pointcuts are defined as a predicate over the syntax-tree of the program, and define an interface that constrains which elements of the base program are exposed by the pointcut. A pointcut picks out certain join points and values at those points
Inheritance: extends Go\Aop\PointFilter
Afficher le fichier Open project: goaop/framework Interface Usage Examples

Méthodes publiques

Méthode Description
getClassFilter ( ) : Go\Aop\PointFilter Return the class filter 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