| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 62 | public function __construct(Configuration $configuration) |
||
| 63 | { |
||
| 64 | $this->username = $configuration->get_username(); |
||
| 65 | $this->hostname = $configuration->get_host(); |
||
| 66 | $this->pubkeyfile = $configuration->get_publickey(); |
||
| 67 | $this->privkeyfile = $configuration->get_privatekey(); |
||
| 68 | $this->passphrase = $configuration->get_passphrase(); |
||
| 69 | $this->local_username = $configuration->get_username(); |
||
| 70 | } |
||
| 91 |