Mercurial > hg > cmmr2012-drupal-site
comparison vendor/symfony/http-foundation/ResponseHeaderBag.php @ 2:5311817fb629
Theme updates
author | Chris Cannam |
---|---|
date | Tue, 10 Jul 2018 13:19:18 +0000 |
parents | c75dbcec494b |
children | a9cd425dd02b |
comparison
equal
deleted
inserted
replaced
1:0b0e5f3b1e83 | 2:5311817fb629 |
---|---|
208 /** | 208 /** |
209 * Returns an array with all cookies. | 209 * Returns an array with all cookies. |
210 * | 210 * |
211 * @param string $format | 211 * @param string $format |
212 * | 212 * |
213 * @return array | 213 * @return Cookie[] |
214 * | 214 * |
215 * @throws \InvalidArgumentException When the $format is invalid | 215 * @throws \InvalidArgumentException When the $format is invalid |
216 */ | 216 */ |
217 public function getCookies($format = self::COOKIES_FLAT) | 217 public function getCookies($format = self::COOKIES_FLAT) |
218 { | 218 { |