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