| Total Complexity | 4 |
| Total Lines | 40 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class FactFinderNgConfig extends AbstractBundleConfig |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @api |
||
| 17 | * |
||
| 18 | * @return string |
||
| 19 | */ |
||
| 20 | public function getFactFinderUsername(): string |
||
| 23 | } |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @api |
||
| 27 | * |
||
| 28 | * @return string |
||
| 29 | */ |
||
| 30 | public function getFactFinderPassword(): string |
||
| 31 | { |
||
| 32 | return $this->get(FactFinderNgConstants::FACT_FINDER_PASSWORD); |
||
| 33 | } |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @api |
||
| 37 | * |
||
| 38 | * @return string |
||
| 39 | */ |
||
| 40 | public function getFactFinderChannel(): string |
||
| 43 | } |
||
| 44 | |||
| 45 | /** |
||
| 46 | * @api |
||
| 47 | * |
||
| 48 | * @return string |
||
| 49 | */ |
||
| 50 | public function getFactFinderUrl(): string |
||
| 53 | } |
||
| 54 | } |
||
| 55 |