コード例 #1
0
ファイル: app.php プロジェクト: Bullnados/calendarplus
 /**
  * @brief returns the options for an yearly or monthly repeating event which occurs on specific days of the month
  * @return array - valid inputs for yearly or monthly repeating events
  */
 public static function getByMonthDayOptions()
 {
     return Object::getByMonthDayOptions();
 }