1 | <?php |
||
19 | class SonataNotificationBundle extends Bundle |
||
20 | { |
||
21 | /** |
||
22 | * {@inheritdoc} |
||
23 | */ |
||
24 | public function build(ContainerBuilder $container) |
||
30 | |||
31 | /** |
||
32 | * {@inheritdoc} |
||
33 | */ |
||
34 | public function boot() |
||
43 | |||
44 | /** |
||
45 | * Register form mapping information. |
||
46 | */ |
||
47 | public function registerFormMapping() |
||
53 | } |
||
54 |