PHP Class Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand

Author: GrĂ©goire Pineau ([email protected])
Inheritance: extends Symfony\Bundle\FrameworkBundle\Command\AbstractConfigCommand
Datei anzeigen Open project: symfony/symfony

Protected Methods

Method Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Private Methods

Method Description
compileContainer ( )
getConfigForPath ( array $config, $path, $alias ) : mixed Iterate over configuration until the last step of the given path.

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