PHP Class Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand

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

Protected Properties

Property Type Description
$containerBuilder Symfony\Component\DependencyInjection\ContainerBuilder | null

Protected Methods

Method 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

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

Method Details

configure() protected method

protected configure ( )

execute() protected method

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 method

Loads the ContainerBuilder from the cache.
protected getContainerBuilder ( ) : ContainerBuilder
return Symfony\Component\DependencyInjection\ContainerBuilder

validateInput() protected method

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

Property Details

$containerBuilder protected property

protected ContainerBuilder,Symfony\Component\DependencyInjection|null $containerBuilder
return Symfony\Component\DependencyInjection\ContainerBuilder | null