PHP Class Uecode\Bundle\QPushBundle\Command\QueueDestroyCommand

Author: Keith Kirk ([email protected])
Inheritance: extends Symfony\Component\Console\Command\Command, implements Symfony\Component\DependencyInjection\ContainerAwareInterface
Show file Open project: uecode/qpush-bundle

Protected Properties

Property Type Description
$container Symfony\Component\DependencyInjection\ContainerInterface
$output

Public Methods

Method Description
setContainer ( Symfony\Component\DependencyInjection\ContainerInterface $container = null ) Sets the Container associated with this Controller.

Protected Methods

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

Private Methods

Method Description
destroyQueue ( $registry, $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

setContainer() public method

Sets the Container associated with this Controller.
public setContainer ( Symfony\Component\DependencyInjection\ContainerInterface $container = null )
$container Symfony\Component\DependencyInjection\ContainerInterface A ContainerInterface instance

Property Details

$container protected property

protected ContainerInterface,Symfony\Component\DependencyInjection $container
return Symfony\Component\DependencyInjection\ContainerInterface

$output protected property

protected $output