| XAO-Base documentation | view source | Contained in the XAO-Base distribution. |
XAO::DO::Embeddable - recommended base object for XAO embeddable configs
package XAO::DO::Foo::Config; use strict; use XAO::Objects; use base XAO::Objects->load(objname => 'Embeddable');
Provides set_base_config() and base_config() methods to embeddable configs based on it.
Called automatically with one argument -- reference to the configuration object it is being embedded into.
Returns previously stored base config reference. Reason to have this method is the following: methods of embedded configs are called in the namespace of their own and common configuration object is not available from them through normal @ISA relations.
Nothing.
Copyright (c) 2003 XAO, Inc.
Andrew Maltsev <am@xao.com>.
| XAO-Base documentation | view source | Contained in the XAO-Base distribution. |