Ejemplo n.º 1
0
 /**
  * @brief returns the options for the end of an repeating event
  * @return array - valid inputs for the end of an repeating events
  */
 public static function getEndOptions()
 {
     return Object::getEndOptions(self::$l10n);
 }