File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
components/http_foundation Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,13 @@ by using the following methods:
240
240
returns the list of accepted languages ordered by descending quality;
241
241
242
242
* :method: `Symfony\\ Component\\ HttpFoundation\\ Request::getCharsets `:
243
- returns the list of accepted charsets ordered by descending quality.
243
+ returns the list of accepted charsets ordered by descending quality;
244
+
245
+ * :method: `Symfony\\ Component\\ HttpFoundation\\ Request::getEncodings `:
246
+ returns the list of accepted encodings in preferable order.
247
+
248
+ .. versionadded :: 2.4
249
+ The ``getEncodings() `` method was added in Symfony 2.4.
244
250
245
251
.. versionadded :: 2.2
246
252
The :class: `Symfony\\ Component\\ HttpFoundation\\ AcceptHeader ` class is new in Symfony 2.2.
You can’t perform that action at this time.
0 commit comments