Go\Aop\Support\DefaultPointcutAdvisor::getPointcut PHP Method

getPointcut() public method

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