PHP Class WellCommerce\Bundle\DistributionBundle\Command\InstallCommand

Author: Adam Piotrowski ([email protected])
Inheritance: extends Symfony\Component\Console\Command\Command
Show file Open project: wellcommerce/wellcommerce

Protected Properties

Property Type Description
$executor WellCommerce\Bundle\DistributionBundle\Console\ConsoleActionExecutorInterface

Public Methods

Method Description
__construct ( WellCommerce\Bundle\DistributionBundle\Console\ConsoleActionExecutorInterface $executor ) InstallCommand constructor.

Protected Methods

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

Method Details

__construct() public method

InstallCommand constructor.
public __construct ( WellCommerce\Bundle\DistributionBundle\Console\ConsoleActionExecutorInterface $executor )
$executor WellCommerce\Bundle\DistributionBundle\Console\ConsoleActionExecutorInterface

configure() protected method

protected configure ( )

execute() protected method

Executes the actions
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

Property Details

$executor protected property

protected ConsoleActionExecutorInterface,WellCommerce\Bundle\DistributionBundle\Console $executor
return WellCommerce\Bundle\DistributionBundle\Console\ConsoleActionExecutorInterface