PHP 트레잇 Go\Aop\Pointcut\PointcutClassFilterTrait

The "classFilter" property can be set to customize ClassFilter behavior.
파일 보기 프로젝트 열기: goaop/framework

보호된 프로퍼티들

프로퍼티 타입 설명
$classFilter null | Go\Aop\PointFilter Filter for class

공개 메소드들

메소드 설명
getClassFilter ( ) : Go\Aop\PointFilter Return the class filter for this pointcut.
setClassFilter ( Go\Aop\PointFilter $classFilter ) Set the ClassFilter to use for this pointcut.

메소드 상세

getClassFilter() 공개 메소드

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

setClassFilter() 공개 메소드

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

프로퍼티 상세

$classFilter 보호되어 있는 프로퍼티

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