PHP Class Symfony\Bundle\DoctrineBundle\DependencyInjection\Configuration

This information is solely responsible for how the different configuration sections are normalized, and merged.
Author: Christophe Coevoet ([email protected])
Inheritance: implements Symfony\Component\Config\Definition\ConfigurationInterface
Show file Open project: pmjones/php-framework-benchmarks Class Usage Examples

Public Methods

Method Description
__construct ( boolean $debug ) Constructor
getConfigTreeBuilder ( ) : Symfony\Component\Config\Definition\Builder\TreeBuilder Generates the configuration tree builder.

Private Methods

Method Description
addDbalSection ( ArrayNodeDefinition $node )
addOrmSection ( ArrayNodeDefinition $node )
getDbalConnectionsNode ( )
getOrmCacheDriverNode ( $name )
getOrmEntityManagersNode ( )

Method Details

__construct() public method

Constructor
public __construct ( boolean $debug )
$debug boolean Whether to use the debug mode

getConfigTreeBuilder() public method

Generates the configuration tree builder.
public getConfigTreeBuilder ( ) : Symfony\Component\Config\Definition\Builder\TreeBuilder
return Symfony\Component\Config\Definition\Builder\TreeBuilder The tree builder