<% include( '/elements/header.html', 'Developer Documentation' ) %> <& /elements/menubar.html, 'Freeside Perl Modules' => $fsurl.'docs/library/FS.html', 'Complete Index' => $fsurl.'docs/library/index.html', &>

FS::ConfItem

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

<% include ('/elements/footer.html' ) %>