| Total Complexity | 3 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 13 | class MinuboConfig extends AbstractBundleConfig |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @api |
||
| 17 | * |
||
| 18 | * @return string |
||
| 19 | */ |
||
| 20 | public function getFileSystemName(): string |
||
| 23 | } |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @api |
||
| 27 | * |
||
| 28 | * @return string |
||
| 29 | */ |
||
| 30 | public function getBucketDirectory(): string |
||
| 31 | { |
||
| 32 | return $this->get(MinuboConstants::MINUBO_BUCKET_DIRECTORY); |
||
| 33 | } |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @api |
||
| 37 | * |
||
| 38 | * @return array |
||
| 39 | */ |
||
| 40 | public function getCustomerSecureFields(): array |
||
| 43 | } |
||
| 44 | } |
||
| 45 |