Exemplo n.º 1
0
 /**
  * Get the i18n key name associated with this role.
  * @return String the key
  */
 function getRoleName()
 {
     return RoleDAO::getRoleName($this->getData('roleId'));
 }