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