Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Display.php
Go to the documentation of this file.
1 <?php
7 
9 {
15  public function toOptionArray()
16  {
17  return [
18  [
20  'label' => __('Including FPT only')
21  ],
22  [
24  'label' => __('Including FPT and FPT description')
25  ],
26  [
28  'label' => __('Excluding FPT. Including FPT description and final price')
29  ],
30  [
32  'label' => __('Excluding FPT')
33  ]
34  ];
35  }
36 }
const DISPLAY_EXCL
Definition: Tax.php:40
const DISPLAY_INCL_DESCR
Definition: Tax.php:30
__()
Definition: __.php:13
const DISPLAY_INCL
Definition: Tax.php:25
const DISPLAY_EXCL_DESCR_INCL
Definition: Tax.php:35