getConfigTreeBuilder() публичный Метод

Generates the configuration tree builder.
public getConfigTreeBuilder ( ) : Symfony\Component\Config\Definition\Builder\TreeBuilder
Результат Symfony\Component\Config\Definition\Builder\TreeBuilder
 /**
  * Tests the object instantiation.
  */
 public function testInstantiation()
 {
     $this->assertInstanceOf('Contao\\CoreBundle\\DependencyInjection\\Configuration', $this->configuration);
     $this->assertInstanceOf('Symfony\\Component\\Config\\Definition\\Builder\\TreeBuilder', $this->configuration->getConfigTreeBuilder());
 }