PHP Класс Sulu\Bundle\GeneratorBundle\Command\GenerateBundleCommand

Наследование: extends GeneratorCommand
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$route

Защищенные методы

Метод Описание
checkAutoloader ( Symfony\Component\Console\Output\OutputInterface $output, $namespace, $bundle, $dir )
configure ( )
createGenerator ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
interact ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
updateKernel ( DialogHelper $dialog, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, Symfony\Component\HttpKernel\KernelInterface $kernel, $namespace, $bundle )
updateRouting ( DialogHelper $dialog, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, $bundle, $format = 'yml' )

Описание методов

checkAutoloader() защищенный Метод

protected checkAutoloader ( Symfony\Component\Console\Output\OutputInterface $output, $namespace, $bundle, $dir )
$output Symfony\Component\Console\Output\OutputInterface

configure() защищенный Метод

См. также: Command
protected configure ( )

createGenerator() защищенный Метод

protected createGenerator ( )

execute() защищенный Метод

См. также: Command
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

interact() защищенный Метод

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

updateKernel() защищенный Метод

protected updateKernel ( DialogHelper $dialog, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, Symfony\Component\HttpKernel\KernelInterface $kernel, $namespace, $bundle )
$dialog Sulu\Bundle\GeneratorBundle\Command\Helper\DialogHelper
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
$kernel Symfony\Component\HttpKernel\KernelInterface

updateRouting() защищенный Метод

protected updateRouting ( DialogHelper $dialog, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, $bundle, $format = 'yml' )
$dialog Sulu\Bundle\GeneratorBundle\Command\Helper\DialogHelper
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

Описание свойств

$route публичное свойство

public $route