Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
BillingAddressDisplayOptions.php
Go to the documentation of this file.
1 <?php
7 
9 
15 {
25  public function toOptionArray()
26  {
27  return [
28  [
29  'label' => __('Payment Method'),
30  'value' => 0
31  ],
32  [
33  'label' => __('Payment Page'),
34  'value' => 1
35  ]
36  ];
37  }
38 }
__()
Definition: __.php:13