PHP Class Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand

Author: Ryan Weaver ([email protected])
Inheritance: extends Symfony\Bundle\FrameworkBundle\Command\Command
Afficher le fichier Open project: symfony/symfony Class Usage Examples

Protected Properties

Свойство Type Description
$containerBuilder Symfony\Component\DependencyInjection\ContainerBuilder | null

Méthodes protégées

Méthode Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getContainerBuilder ( ) : ContainerBuilder Loads the ContainerBuilder from the cache.
validateInput ( Symfony\Component\Console\Input\InputInterface $input ) Validates input arguments and options.

Private Methods

Méthode Description
findProperServiceName ( Symfony\Component\Console\Input\InputInterface $input, SymfonyStyle $io, ContainerBuilder $builder, $name )
findServiceIdsContaining ( ContainerBuilder $builder, $name )

Method Details

configure() protected méthode

protected configure ( )

execute() protected méthode

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

getContainerBuilder() protected méthode

Loads the ContainerBuilder from the cache.
protected getContainerBuilder ( ) : ContainerBuilder
Résultat Symfony\Component\DependencyInjection\ContainerBuilder

validateInput() protected méthode

Validates input arguments and options.
protected validateInput ( Symfony\Component\Console\Input\InputInterface $input )
$input Symfony\Component\Console\Input\InputInterface

Property Details

$containerBuilder protected_oe property

protected ContainerBuilder,Symfony\Component\DependencyInjection|null $containerBuilder
Résultat Symfony\Component\DependencyInjection\ContainerBuilder | null