コード例 #1
0
ファイル: defaultsdays.php プロジェクト: smhnaji/sdnet
 /**
  * Method to get the field options.
  *
  * @return  array  The field option objects.
  */
 public function getOptions()
 {
     return array_merge(parent::getOptions(), SibdietHelper::getDefaultsDaysOptions());
 }