Go\Aop\Support\DefaultPointcutAdvisor::setPointcut PHP 메소드

setPointcut() 공개 메소드

Specify the pointcut targeting the advice.
public setPointcut ( Go\Aop\Pointcut $pointcut )
$pointcut Go\Aop\Pointcut The Pointcut targeting the Advice
    public function setPointcut(Pointcut $pointcut)
    {
        $this->pointcut = $pointcut;
    }