| Total Complexity | 4 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | trait GatewayConfigTrait |
||
| 18 | { |
||
| 19 | /** @var Collection|MollieGatewayConfigInterface[] */ |
||
| 20 | protected $mollieGatewayConfig; |
||
| 21 | |||
| 22 | public function getMollieGatewayConfig(): ?Collection |
||
| 25 | } |
||
| 26 | |||
| 27 | public function setMollieGatewayConfig(?Collection $mollieGatewayConfig): void |
||
| 30 | } |
||
| 31 | |||
| 32 | public function getMethodByName(string $methodName): ?MollieGatewayConfigInterface |
||
| 45 |