Exemplo n.º 1
0
 private function addQuery(QueryString $new, $strictRfc386)
 {
     if (!$strictRfc386) {
         $new->merge($this->query);
     }
     $this->query = $new;
 }