PHP 클래스 Go\Aop\Support\LazyPointcutAdvisor

상속: extends AbstractGenericPointcutAdvisor
파일 보기 프로젝트 열기: goaop/framework

공개 메소드들

메소드 설명
__construct ( Go\Core\AspectContainer $container, string $pointcutExpression, Go\Aop\Advice $advice ) Create a DefaultPointcutAdvisor, specifying Pointcut and Advice.
getPointcut ( ) : Go\Aop\Pointcut Get the Pointcut that drives this advisor.

메소드 상세

__construct() 공개 메소드

Create a DefaultPointcutAdvisor, specifying Pointcut and Advice.
public __construct ( Go\Core\AspectContainer $container, string $pointcutExpression, Go\Aop\Advice $advice )
$container Go\Core\AspectContainer Instance of container
$pointcutExpression string The Pointcut targeting the Advice
$advice Go\Aop\Advice The Advice to run when Pointcut matches

getPointcut() 공개 메소드

Get the Pointcut that drives this advisor.
public getPointcut ( ) : Go\Aop\Pointcut
리턴 Go\Aop\Pointcut The pointcut