Neos\Flow\Security\Authorization\Privilege\Method\MethodPrivilegeSubject::getJoinPoint PHP Метод

getJoinPoint() публичный Метод

public getJoinPoint ( ) : Neos\Flow\Aop\JoinPointInterface
Результат Neos\Flow\Aop\JoinPointInterface
    public function getJoinPoint()
    {
        return $this->joinPoint;
    }
MethodPrivilegeSubject