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

getPointcut() 공개 메소드

Get the Pointcut that drives this advisor.
public getPointcut ( ) : Go\Aop\Pointcut
리턴 Go\Aop\Pointcut The pointcut
    public function getPointcut()
    {
        return $this->pointcut;
    }