Neos\Flow\Aop\PropertyIntroduction::getPointcut PHP Méthode

getPointcut() public méthode

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