Example #1
0
 /**
  * @param Query $query
  *
  * @return string
  */
 protected function buildQueryString(Query $query)
 {
     return http_build_query($query->getConditions());
 }