Neos\Flow\Aop\TraitIntroduction::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;
    }