Exemplo n.º 1
0
 /**
  * @brief returns the options for the access class of an event
  * @return array - valid inputs for the access class of an event
  */
 public static function getAccessClassOptions()
 {
     return OC_Calendar_Object::getAccessClassOptions(self::$l10n);
 }