From ea0d3938b57a079ce4aa6db0cae316e3ac6da654 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 29 Jan 2002 17:46:41 +0000 Subject: these are all auto-generated by the installation; don't check them into CVS (probably should generate them for a release tarball though) --- httemplate/docs/man/FS/Conf.html | 97 ---------------------------------------- 1 file changed, 97 deletions(-) delete mode 100644 httemplate/docs/man/FS/Conf.html (limited to 'httemplate/docs/man/FS/Conf.html') diff --git a/httemplate/docs/man/FS/Conf.html b/httemplate/docs/man/FS/Conf.html deleted file mode 100644 index be49be31f..000000000 --- a/httemplate/docs/man/FS/Conf.html +++ /dev/null @@ -1,97 +0,0 @@ - - -FS::Conf - Freeside configuration values - - - - - - - - - - - -
-

-

NAME

-

FS::Conf - Freeside configuration values

-

-


-

SYNOPSIS

-
-  use FS::Conf;
-
-  $conf = new FS::Conf "/config/directory";
-
-  $FS::Conf::default_dir = "/config/directory";
-  $conf = new FS::Conf;
-
-  $dir = $conf->dir;
-
-  $value = $conf->config('key');
-  @list  = $conf->config('key');
-  $bool  = $conf->exists('key');
-
-  @config_items = $conf->config_items;
-

-


-

DESCRIPTION

-

Read and write Freeside configuration values. Keys currently map to filenames, -but this may change in the future.

-

-


-

METHODS

-
-
new [ DIRECTORY ]
-
-Create a new configuration object. A directory arguement is required if -$FS::Conf::default_dir has not been set. -

-
dir
-
-Returns the directory. -

-
config
-
-Returns the configuration value or values (depending on context) for key. -

-
exists
-
-Returns true if the specified key exists, even if the corresponding value -is undefined. -

-
touch
-
-
set
-
-
delete
-
-
config_items
-
-Returns all of the possible configuration items as FS::ConfItem objects. See -the FS::ConfItem manpage. -

-

-


-

BUGS

-

Write access (touch, set, delete) should be documented.

-

If this was more than just crud that will never be useful outside Freeside I'd -worry that config_items is freeside-specific and icky.

-

-


-

SEE ALSO

-

``Configuration'' in the web interface (config/config.cgi).

-

httemplate/docs/config.html

- - - - -- cgit v1.2.1