Difference between revisions of "Freeside:3:Documentation:Developer/FS/ConfItem"
From Freeside
m (Edit via perl MediaWiki framework (1.13)) |
m (Edit via perl MediaWiki framework (1.13)) |
(One intermediate revision by the same user not shown) | |
(No difference)
|
Latest revision as of 05:30, 10 February 2015
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.