NAME
Config::Model::models::Itself::WarpValue - Configuration class Itself::WarpValue
DESCRIPTION
Configuration classes used by Config::Model
Warp functionality enable a Value object to change its properties (i.e. default value or its type) dynamically according to the value of another Value object located elsewhere in the configuration tree.
Elements
follow
Specify with the path of the configuration element that drives the warp, i.e .the elements that control the property change. These are specified using a variable name (used in the "rules" formula)and a path to fetch the actual value. Example $country => " ! country" Optional. Type hash of uniline.
rules
Specify a set of test and paramaters to apply. Only the fist matching test is used to apply its parameters. Optional. Type list of node of class Itself::WarpApply .