Total Complexity | 1 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class XimaDepmonBundle extends Bundle { |
||
9 | |||
10 | /** |
||
11 | * Returns the bundle name that this bundle overrides. |
||
12 | * |
||
13 | * Despite its name, this method does not imply any parent/child relationship |
||
14 | * between the bundles, just a way to extend and override an existing |
||
15 | * bundle. |
||
16 | * |
||
17 | * @return string The Bundle name it overrides or null if no parent |
||
18 | */ |
||
19 | public function getParent() |
||
23 | } |
||
24 | } |