Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Yesnocustom.php
Go to the documentation of this file.
1 <?php
12 
18 {
24  public function toOptionArray()
25  {
26  return [
27  ['value' => 1, 'label' => __('Yes')],
28  ['value' => 0, 'label' => __('No')],
29  ['value' => 2, 'label' => __('Specified')]
30  ];
31  }
32 }
__()
Definition: __.php:13