W3cubDocs

/Symfony 3.0

Symfony\Bundle\FrameworkBundle\DependencyInjection\Configuration

class Configuration implements ConfigurationInterface

FrameworkExtension configuration structure.

Methods

__construct(bool $debug)
TreeBuilder getConfigTreeBuilder()

Generates the configuration tree builder.

Details

public __construct(bool $debug)

Parameters

bool $debug Whether debugging is enabled or not

public TreeBuilder getConfigTreeBuilder()

Generates the configuration tree builder.

Return Value

TreeBuilder The tree builder

© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.0/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.html