1 | <?php |
||
10 | class PasswordRebooter extends SshRebooter |
||
11 | { |
||
12 | /** |
||
13 | * @param string $host The host, url or IP address to use |
||
14 | * @param string $username The username to use |
||
15 | * @param string $password The password to use |
||
16 | * @param integer $port The port to use |
||
17 | */ |
||
18 | 12 | public function __construct($host, $username, $password, $port = 22) { |
|
23 | } |