Difference between revisions of "Freeside:3:Documentation:Developer/FS/ConfItem"

From Freeside
Jump to: navigation, search
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 06:30, 10 February 2015

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.

SEE ALSO

FS::Conf