/** * @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 Object::getAccessClassOptions(self::$l10n); }