| 1 | <?php |
||
| 12 | class NoContentViewListener |
||
| 13 | { |
||
| 14 | private $allowNull; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @param bool $allowNull |
||
| 18 | */ |
||
| 19 | 5 | public function __construct($allowNull = true) |
|
| 23 | |||
| 24 | 5 | public function onKernelView(GetResponseForControllerResultEvent $event) |
|
| 42 | |||
| 43 | /** |
||
| 44 | * @param array $headers |
||
| 45 | * |
||
| 46 | * @return Response |
||
| 47 | */ |
||
| 48 | 2 | private function createResponse(array $headers = array()) |
|
| 52 | } |
||
| 53 |