1 | <?php |
||
9 | class CacheEncrypterBundle implements BundleInterface |
||
10 | { |
||
11 | use ContainerAwareTrait; |
||
12 | |||
13 | const VERSION = '0.3.0'; |
||
14 | |||
15 | 9 | public function build(ContainerBuilder $container) |
|
19 | |||
20 | public function getContainerExtension() {} |
||
21 | |||
22 | public function getParent() {} |
||
23 | |||
24 | public function boot() {} |
||
25 | |||
26 | public function shutdown() {} |
||
27 | |||
28 | 3 | public function getPath() |
|
32 | |||
33 | 3 | public function getNamespace() |
|
37 | |||
38 | 12 | public function getName() |
|
42 | } |
||
43 |