1 | <?php |
||
18 | final class PaymentMethodViewFactory implements PaymentMethodViewFactoryInterface |
||
19 | { |
||
20 | /** @var string */ |
||
21 | private $paymentMethodViewClass; |
||
22 | |||
23 | public function __construct(string $paymentMethodViewClass) |
||
27 | |||
28 | public function createList(array $syliusPaymentMethods): array |
||
38 | |||
39 | private function createFromPaymentMethod(SyliusPaymentMethodInterface $syliusPaymentMethod): PaymentMethodView |
||
48 | } |
||
49 |