PHP Class Deployer\Console\WorkerCommand

Inheritance: extends Symfony\Component\Console\Command\Command
Show file Open project: elfet/deployer

Public Methods

Method Description
__construct ( Deployer $deployer )

Protected Methods

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

Method Details

__construct() public method

public __construct ( Deployer $deployer )
$deployer Deployer\Deployer

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