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
Exibir arquivo Open project: goaop/framework Interface Usage Examples

Public Methods

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

Method Details

getClassFilter() public method

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