Ejemplo n.º 1
0
 /**
  * @brief returns the options for reminder choose
  * @return array - valid inputs for reminder options
  */
 public static function getReminderOptions()
 {
     return Object::getReminderOptions(self::$l10n);
 }