Esempio n. 1
0
 /**
  * @brief returns the options for an yearly repeating event which occurs on specific week numbers of the year
  * @return array - valid inputs for yearly repeating events
  */
 public static function getByWeekNoOptions()
 {
     return Object::getByWeekNoOptions();
 }