1 | <?php |
||
12 | class BundleVersion extends ContainerAware |
||
|
|||
13 | { |
||
14 | |||
15 | /** |
||
16 | * Get bundle version informations |
||
17 | * |
||
18 | * @param string $bundle |
||
19 | * @return BundleVersionEntity |
||
20 | */ |
||
21 | public function getVersion($bundle) |
||
34 | |||
35 | /** |
||
36 | * Get versionned bundles |
||
37 | * |
||
38 | * @return BundleVersionEntity[] |
||
39 | */ |
||
40 | public function getBundles() |
||
50 | } |
||
51 |
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.