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;
    }