PHP Class Magestead\Command\ProcessCommand

Show file Open project: richdynamix/magestead

Public Methods

Method Description
__construct ( $command, $projectPath, Symfony\Component\Console\Output\OutputInterface $output ) ProcessCommand constructor.

Protected Methods

Method Description
run ( $command, $projectPath, Symfony\Component\Console\Output\OutputInterface $output )

Method Details

__construct() public method

ProcessCommand constructor.
public __construct ( $command, $projectPath, Symfony\Component\Console\Output\OutputInterface $output )
$command
$projectPath
$output Symfony\Component\Console\Output\OutputInterface

run() protected method

protected run ( $command, $projectPath, Symfony\Component\Console\Output\OutputInterface $output )
$command
$projectPath
$output Symfony\Component\Console\Output\OutputInterface