| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 49 | public function __construct(Configuration $configuration) |
||
| 50 | { |
||
| 51 | $this->username = $configuration->get_username(); |
||
| 52 | $this->pubkeyfile = $configuration->get_publickey(); |
||
| 53 | $this->privkeyfile = $configuration->get_privatekey(); |
||
| 54 | $this->passphrase = $configuration->get_passphrase(); |
||
| 55 | } |
||
| 74 |