Ejemplo n.º 1
0
 /**
  * @brief returns the options for an yearly repeating event which occurs on specific month of the year
  * @return array - valid inputs for yearly repeating events
  */
 public static function getByMonthShortOptions()
 {
     return Object::getByMonthShortOptions(self::$l10n);
 }