X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fdocs%2Fman%2FFS%2FConf.html;h=be49be31f12fdbab1c4eaa057ef22c1e4aa6bffc;hp=7b1613efdd93b2b9688c836ab78b226a83dfb78c;hb=6991d4986df7fb3a6c7c49b5ae1b3713e87a16c4;hpb=51984ac3d3da3006809c6866fdecd4ad83610731 diff --git a/httemplate/docs/man/FS/Conf.html b/httemplate/docs/man/FS/Conf.html index 7b1613efd..be49be31f 100644 --- a/httemplate/docs/man/FS/Conf.html +++ b/httemplate/docs/man/FS/Conf.html @@ -1,6 +1,6 @@ -FS::Conf - Read access to Freeside configuration values +FS::Conf - Freeside configuration values @@ -23,7 +23,7 @@

NAME

-

FS::Conf - Read access to Freeside configuration values

+

FS::Conf - Freeside configuration values


SYNOPSIS

@@ -40,10 +40,12 @@ $value = $conf->config('key'); @list = $conf->config('key'); $bool = $conf->exists('key'); +
+  @config_items = $conf->config_items;


DESCRIPTION

-

Read access to Freeside configuration values. Keys currently map to filenames, +

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


@@ -66,15 +68,29 @@ Returns the configuration value or values (depending on context) for key.
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 (with locking) should be implemented.

+

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

-

config.html from the base documentation contains a list of configuration files.

+

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

+

httemplate/docs/config.html