1 | <?php |
||
9 | class CacheEncrypterBundle extends ContainerAware implements BundleInterface |
||
|
|||
10 | { |
||
11 | const VERSION = '0.3.0'; |
||
12 | |||
13 | 9 | public function build(ContainerBuilder $container) |
|
17 | |||
18 | public function getContainerExtension() {} |
||
19 | |||
20 | public function getParent() {} |
||
21 | |||
22 | public function boot() {} |
||
23 | |||
24 | public function shutdown() {} |
||
25 | |||
26 | 3 | public function getPath() |
|
30 | |||
31 | 3 | public function getNamespace() |
|
35 | |||
36 | 12 | public function getName() |
|
40 | } |
||
41 |
This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the type will be removed from the class and what other constant to use instead.