Neos\Flow\Aop\PropertyIntroduction::getPointcut PHP Method

getPointcut() public method

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