Esempio n. 1
0
 public static function getRolesList()
 {
     $roles = ProjectRoles::getRolesList();
     $roles[self::OBSERVER] = 'Observer';
     $roles[self::OBSERVER_WITH_COMMENT] = 'Observer with comment';
     return $roles;
 }
 public static function getRolesList()
 {
     return ProjectRoles::getRolesList();
 }