| 1 | <?php |
||
| 17 | class SymfonyResponseTagger extends ResponseTagger |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * Tag a symfony response with the previously added tags. |
||
| 21 | * |
||
| 22 | * @param bool $replace Whether to replace the current tags on the |
||
| 23 | * response. If false, parses the header to merge |
||
| 24 | * tags |
||
| 25 | * |
||
| 26 | * @return $this |
||
| 27 | */ |
||
| 28 | public function tagSymfonyResponse(Response $response, $replace = false) |
||
| 46 | } |
||
| 47 |