| 1 | <?php |
||
| 7 | class NullKernel implements KernelInterface |
||
| 8 | { |
||
| 9 | 4 | public function boot(ContainerInterface $app) |
|
| 10 | { |
||
| 11 | 4 | } |
|
| 12 | |||
| 13 | public function execute(ContainerInterface $app) |
||
| 16 | |||
| 17 | public function offsetExists($offset) |
||
| 20 | |||
| 21 | public function offsetGet($offset) |
||
| 24 | |||
| 25 | public function offsetSet($offset, $value) |
||
| 28 | |||
| 29 | public function offsetUnset($offset) |
||
| 32 | } |
||
| 33 |