Neos\Flow\Security\Authorization\Privilege\Method\MethodPrivilegeSubject::getJoinPoint PHP Méthode

getJoinPoint() public méthode

public getJoinPoint ( ) : Neos\Flow\Aop\JoinPointInterface
Résultat Neos\Flow\Aop\JoinPointInterface
    public function getJoinPoint()
    {
        return $this->joinPoint;
    }
MethodPrivilegeSubject