PHP 인터페이스 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
상속: extends Go\Aop\PointFilter
파일 보기 프로젝트 열기: goaop/framework 0 사용 예제들

공개 메소드들

메소드 설명
getClassFilter ( ) : Go\Aop\PointFilter Return the class filter for this pointcut.

메소드 상세

getClassFilter() 공개 메소드

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