Neos\Flow\Aop\PropertyIntroduction::getPointcut PHP 메소드

getPointcut() 공개 메소드

Returns the pointcut this introduction applies to
public getPointcut ( ) : Pointcut
리턴 Neos\Flow\Aop\Pointcut\Pointcut The pointcut
    public function getPointcut()
    {
        return $this->pointcut;
    }