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