Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
27 | public function __construct($clientId, $clientSecret, $username, $password, $hostname) |
||
28 | { |
||
29 | $this->clientId = $clientId; |
||
30 | $this->clientSecret = $clientSecret; |
||
31 | $this->username = $username; |
||
32 | $this->password = $password; |
||
33 | $this->hostname = $hostname; |
||
34 | |||
35 | parent::__construct(); |
||
36 | } |
||
48 |