| 1 | <?php |
||
| 27 | class PommBundle extends Bundle |
||
| 28 | { |
||
| 29 | /** |
||
| 30 | * build |
||
| 31 | * |
||
| 32 | * @see Bundle |
||
| 33 | */ |
||
| 34 | public function build(ContainerBuilder $container) |
||
| 45 | |||
| 46 | private function checkPhpVersion() |
||
| 52 | |||
| 53 | /** |
||
| 54 | * getContainerExtension |
||
| 55 | * |
||
| 56 | * @see Bundle |
||
| 57 | */ |
||
| 58 | public function getContainerExtension() |
||
| 62 | |||
| 63 | /** |
||
| 64 | * @see Bundle |
||
| 65 | */ |
||
| 66 | public function shutdown() |
||
| 70 | } |
||
| 71 |
If you suppress an error, we recommend checking for the error condition explicitly: