Property | Type | Description | |
---|---|---|---|
$container | Symfony\Component\DependencyInjection\ContainerInterface | ||
$output |
Method | Description | |
---|---|---|
setContainer ( Symfony\Component\DependencyInjection\ContainerInterface $container = null ) | Sets the Container associated with this Controller. |
Method | Description | |
---|---|---|
configure ( ) | ||
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) |
Method | Description | |
---|---|---|
destroyQueue ( $registry, $name ) |
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 |
public setContainer ( Symfony\Component\DependencyInjection\ContainerInterface $container = null ) | ||
$container | Symfony\Component\DependencyInjection\ContainerInterface | A ContainerInterface instance |
protected ContainerInterface,Symfony\Component\DependencyInjection $container | ||
return | Symfony\Component\DependencyInjection\ContainerInterface |