| 1 | <?php |
||
| 18 | class Configuration implements ConfigurationInterface |
||
| 19 | { |
||
| 20 | /*** |
||
| 21 | * @var bool |
||
| 22 | */ |
||
| 23 | private $debug; |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @param bool $debug |
||
| 27 | */ |
||
| 28 | public function __construct($debug = false) |
||
| 32 | |||
| 33 | public function getConfigTreeBuilder() |
||
| 45 | |||
| 46 | private function addMetadataSection(NodeBuilder $builder) |
||
| 74 | } |
||
| 75 |