| 1 | <?php |
||
| 15 | class BancontactOnlineTransferSubForm extends OnlineTransferSubForm |
||
| 16 | { |
||
| 17 | public const PAYMENT_METHOD = 'bancontact_online_transfer'; |
||
| 18 | public const OPTION_BANK_COUNTRIES = 'bancontact online transfer bank countries'; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @return string |
||
| 22 | */ |
||
| 23 | public function getName(): string |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @return string |
||
| 30 | */ |
||
| 31 | public function getPropertyPath(): string |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @param \Symfony\Component\Form\FormBuilderInterface $builder |
||
| 38 | * @param array $options |
||
| 39 | * |
||
| 40 | * @return $this |
||
| 41 | */ |
||
| 42 | public function addOnlineBankTransferType(FormBuilderInterface $builder, array $options): self |
||
| 55 | } |
||
| 56 |