| 1 | <?php |
||
| 13 | class MessageHeaderConfigurator |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @var \Symfony\Component\HttpKernel\KernelInterface kernel |
||
| 17 | */ |
||
| 18 | private $kernel; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @param KernelInterface $kernel |
||
| 22 | */ |
||
| 23 | 1 | public function __construct(KernelInterface $kernel) |
|
| 27 | |||
| 28 | /** |
||
| 29 | * @param HeaderAwareInterface $service |
||
| 30 | */ |
||
| 31 | 1 | public function configure(HeaderAwareInterface $service) |
|
| 51 | } |
||
| 52 |