PHP 클래스 Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand

저자: Ryan Weaver ([email protected])
상속: extends Symfony\Bundle\FrameworkBundle\Command\Command
파일 보기 프로젝트 열기: symfony/symfony 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$containerBuilder Symfony\Component\DependencyInjection\ContainerBuilder | null

보호된 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
findProperServiceName ( Symfony\Component\Console\Input\InputInterface $input, SymfonyStyle $io, ContainerBuilder $builder, $name )
findServiceIdsContaining ( ContainerBuilder $builder, $name )

메소드 상세

configure() 보호된 메소드

protected configure ( )

execute() 보호된 메소드

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() 보호된 메소드

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

validateInput() 보호된 메소드

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

프로퍼티 상세

$containerBuilder 보호되어 있는 프로퍼티

protected ContainerBuilder,Symfony\Component\DependencyInjection|null $containerBuilder
리턴 Symfony\Component\DependencyInjection\ContainerBuilder | null