Magestead\Command\VM\SshCommand::execute PHP Метод

execute() защищенный Метод

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : boolean
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
Результат boolean
    protected function execute(InputInterface $input, OutputInterface $output)
    {
        passthru('vagrant ssh');
        return true;
    }