Freeside:3:Documentation:Developer/FS/ConfItem
From Freeside
< Freeside:3:Documentation:Developer | FS
Revision as of 06:30, 10 February 2015 by Jeremyd (talk | contribs) (Edit via perl MediaWiki framework (1.13))
Contents
[hide]NAME
FS::ConfItem - Configuration option meta-data.
SYNOPSIS
use FS::Conf;
@config_items = $conf->config_items;
foreach $item ( @config_items ) {
$key = $item->key;
$section = $item->section;
$description = $item->description;
}
DESCRIPTION
METHODS
- new; key; section; description
BUGS
Terse docs.