| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 10 | 
| Code Lines | 4 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | <?php | ||
| 44 | public function __construct( | ||
| 45 | string $hash, | ||
| 46 | string $cryptKey, | ||
| 47 | string $partnerPath = 'iframe', | ||
| 48 | string $apiHost = 'https://api.promopult.org' | ||
| 49 |     ) { | ||
| 50 | $this->hash = $hash; | ||
| 51 | $this->cryptKey = $cryptKey; | ||
| 52 | $this->partnerPath = $partnerPath; | ||
| 53 | $this->apiHost = $apiHost; | ||
| 54 | } | ||
| 88 |