Freeside:3:Documentation:Developer/FS/ConfItem
From Freeside
< Freeside:3:Documentation:Developer | FS
Revision as of 20:03, 27 June 2012 by Ivan (talk | contribs) (Edit via perl MediaWiki framework (1.13))
Contents
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.