Package DE_EPAGES::Object::API::Attributes::IniConfigAttribute
Implements the attributes written to an ini-style configuration file. The file location is determined by fileName. This attribute package should be only used for boolean or string attributes. There is no conversion to datetime attributes a.s.o.
Base |
DE_EPAGES::Object::API::BaseAttribute |
Functions
fileName
Returns filename of Attributes config file. Returns $Object->get('PrivatePath') . '/Attributes.conf';
Syntax |
$FileName = $Package->fileName( $Object); |
Input |
|
Return |
|