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