Go\Aop\PointcutAdvisor::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();
PointcutAdvisor