table of contents
other versions
Sympa::ListOpt(3Sympa) | sympa 6.2.16 | Sympa::ListOpt(3Sympa) |
NAME¶
Sympa::ListOpt - Definition of list configuration parameter values
DESCRIPTION¶
Sympa::ListOpt gives information about options used for values of list configuration.
Function¶
- get_title ( $value, [ $type, [ $withval ] ] )
- Function. Gets i18n-ed title of option. Language context must be
set in advance (See Sympa::Language).
Parameters:
- $value
- Value of option.
- $type
- Type of option. 'reception' (reception mode of list member), 'visibility' (visibility mode of list memeber), 'status' (status of list) or other (list config option, default).
- $withval
- Adds value of option to returned title.
Returns:
I18n-ed title of option value.
SEE ALSO¶
Sympa::Language, Sympa::ListDef.
HISTORY¶
Sympa::ListOpt appeared on Sympa 6.2.13.
2016-11-25 | 6.2.16 |