Win32Service\RightInfo::getFullUsername
(No version information available, might only be in Git)
Win32Service\RightInfo::getFullUsername — Return the domain and username
说明
Return the domain and username separated by anti-slash \.
参数
此函数没有参数。
返回值
Return the domain and username or username if domain is null or null if no username found.
参见
- Win32Service\RightInfo::__construct() - Create a new RightInfo (not used)
- Win32Service\RightInfo::getRights() - Return the rights list
- Win32Service\RightInfo::isGrantAccess() - Return true if the RightInfo concern grants access to the resource
- Win32Service\RightInfo::isDenyAccess() - Return true if the RightInfo concerns deny access to the resource
- Win32Service\RightInfo::getUsername() - Return the username