Ipalaus\Geonames\Commands\ImportCommand::makeProcess PHP Метод

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

Create a process with the given command.
protected makeProcess ( string $command ) : Process
$command string
Результат Symfony\Component\Process\Process
    protected function makeProcess($command)
    {
        return new Process($command, $this->laravel['path.base'], null, null, 0);
    }