| Total Complexity | 2 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | class PayoneSubFormsPlugin extends AbstractPlugin |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @var \SprykerEco\Yves\Payone\Plugin\PluginCountryFactory |
||
| 19 | */ |
||
| 20 | protected $pluginCountryFactory; |
||
| 21 | |||
| 22 | public function __construct() |
||
| 23 | { |
||
| 24 | $this->pluginCountryFactory = new PluginCountryFactory(); |
||
| 25 | } |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @return \Spryker\Yves\StepEngine\Dependency\Plugin\Form\SubFormPluginInterface[] |
||
| 29 | */ |
||
| 30 | public function getPaymentMethodsSubForms() |
||
| 39 | } |
||
| 40 | } |
||
| 41 |