Пример #1
0
 /**
  * @brief returns the options for the repeat rule of an repeating event
  * @return array - valid inputs for the repeat rule of an repeating event
  */
 public static function getRepeatOptions()
 {
     return Object::getRepeatOptions(self::$l10n);
 }