Exemplo n.º 1
0
 /**
  * Get the URL path associated with this role's operations.
  * @return String the path
  */
 function getRolePath()
 {
     return RoleDAO::getRolePath($this->getData('roleId'));
 }