Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Method.php
Go to the documentation of this file.
1 <?php
13 
19 {
23  public function toOptionArray()
24  {
25  $options = [
26  ['value' => 'bcc', 'label' => __('Bcc')],
27  ['value' => 'copy', 'label' => __('Separate Email')],
28  ];
29  return $options;
30  }
31 }
__()
Definition: __.php:13