PHP Class Symfony\Bundle\SwiftmailerBundle\DependencyInjection\Configuration

This information is solely responsible for how the different configuration sections are normalized, and merged.
Author: Christophe Coevoet ([email protected])
Mostrar archivo Open project: symfony/swiftmailer-bundle Class Usage Examples

Public Methods

Method Description
__construct ( boolean $debug )
getConfigTreeBuilder ( )

Private Methods

Method Description
getMailersNode ( ) : ArrayNodeDefinition

Method Details

__construct() public method

public __construct ( boolean $debug )
$debug boolean The kernel.debug value

getConfigTreeBuilder() public method