示例#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 getAdvancedRepeatOptions()
 {
     return Object::getAdvancedRepeatOptions(self::$l10n);
 }