Magestead\Command\ProcessCommand::__construct PHP Метод

__construct() публичный Метод

ProcessCommand constructor.
public __construct ( $command, $projectPath, Symfony\Component\Console\Output\OutputInterface $output )
$command
$projectPath
$output Symfony\Component\Console\Output\OutputInterface
    public function __construct($command, $projectPath, OutputInterface $output)
    {
        $this->run($command, $projectPath, $output);
    }
ProcessCommand