Exemplo n.º 1
0
 /**
  *
  */
 public static function do_find_entity($entity_data)
 {
     $role_type = EntityRequestUtils::get_query_string_field('role');
     if ($role_type) {
         return self::find_by_role($entity_data, $role_type);
     }
     return EntityAPI::do_find_entity($entity_data);
 }