ManaPHP\Authentication\UserIdentity::getRoleName PHP Method

getRoleName() public method

public getRoleName ( ) : string
return string
    public function getRoleName()
    {
        return $this->_roleName;
    }