CraftCli\Support\SshCommand::__construct PHP Method

__construct() public method

Constructor
public __construct ( string $host, string $command )
$host string SSH host
$command string Command to exectute over SSH
    public function __construct($host, $command)
    {
        $this->host = $host;
        $this->command = $command;
    }