| Total Complexity | 3 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 3 | ||
| Bugs | 1 | Features | 1 |
| 1 | <?php |
||
| 13 | class NewRelicConfig extends AbstractBundleConfig |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @api |
||
| 17 | * |
||
| 18 | * @return string |
||
| 19 | */ |
||
| 20 | public function getNewRelicDeploymentApiUrl(): string |
||
| 21 | { |
||
| 22 | return $this->get(NewRelicEnv::NEW_RELIC_DEPLOYMENT_API_URL); |
||
| 23 | } |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @api |
||
| 27 | * |
||
| 28 | * @return string |
||
| 29 | */ |
||
| 30 | public function getNewRelicApiKey(): string |
||
| 33 | } |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @api |
||
| 37 | * |
||
| 38 | * @return array |
||
| 39 | */ |
||
| 40 | public function getNewRelicApplicationIdArray(): array |
||
| 45 |