コード例 #1
0
ファイル: Role.inc.php プロジェクト: ramonsodoma/harvester
 /**
  * Get the i18n key name associated with this role.
  * @return String the key
  */
 function getRoleName()
 {
     return RoleDAO::getRoleName($this->getData('roleId'));
 }