| 1 | <?php |
||
| 8 | class Configuration implements ConfigurationInterface |
||
| 9 | { |
||
| 10 | private $bundle; |
||
| 11 | private $treeBuilderFactory; |
||
| 12 | |||
| 13 | public function __construct(ConfigurableBundleInterface $bundle, TreeBuilderFactory $treeBuilderFactory = null) |
||
| 18 | |||
| 19 | public function getBundle() |
||
| 23 | |||
| 24 | public function getConfigTreeBuilder() |
||
| 34 | } |
||
| 35 |