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