PHP Class Symfony\Bundle\WebProfilerBundle\DependencyInjection\WebProfilerExtension

Usage:
Author: Fabien Potencier ([email protected])
Inheritance: extends Symfony\Component\HttpKernel\DependencyInjection\Extension
Afficher le fichier Open project: pmjones/php-framework-benchmarks Class Usage Examples

Méthodes publiques

Méthode Description
getNamespace ( )
getXsdValidationBasePath ( ) : string Returns the base path for the XSD files.
load ( array $configs, ContainerBuilder $container ) Loads the web profiler configuration.

Method Details

getNamespace() public méthode

public getNamespace ( )

getXsdValidationBasePath() public méthode

Returns the base path for the XSD files.
public getXsdValidationBasePath ( ) : string
Résultat string The XSD base path

load() public méthode

Loads the web profiler configuration.
public load ( array $configs, ContainerBuilder $container )
$configs array An array of configuration settings
$container Symfony\Component\DependencyInjection\ContainerBuilder A ContainerBuilder instance