PHP Class WellCommerce\Bundle\CoreBundle\DependencyInjection\Configuration

Author: Adam Piotrowski ([email protected])
Inheritance: implements Symfony\Component\Config\Definition\ConfigurationInterface
Show file Open project: wellcommerce/wellcommerce

Protected Properties

Property Type Description
$treeRoot string

Public Methods

Method Description
__construct ( string $treeRoot ) AbstractConfiguration constructor.
getConfigTreeBuilder ( )

Protected Methods

Method Description
addBaseExtensionConfiguration ( ArrayNodeDefinition $node ) @formatter:off
addCustomConfigurationNode ( )

Method Details

__construct() public method

AbstractConfiguration constructor.
public __construct ( string $treeRoot )
$treeRoot string

addBaseExtensionConfiguration() protected method

@formatter:off
protected addBaseExtensionConfiguration ( ArrayNodeDefinition $node )
$node Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition

addCustomConfigurationNode() protected method

getConfigTreeBuilder() public method

Property Details

$treeRoot protected property

protected string $treeRoot
return string