コード例 #1
0
ファイル: Freemethod.php プロジェクト: tingyeeh/magento2
 /**
  * {@inheritdoc}
  */
 public function toOptionArray()
 {
     $options = parent::toOptionArray();
     array_unshift($options, ['value' => '', 'label' => __('None')]);
     return $options;
 }