ePages 6.10 - DE_EPAGES/Object/API/Attributes/IniConfigAttribute.pm

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

fileName

Returns filename of Attributes config file. Returns $Object->get('PrivatePath') . '/Attributes.conf';

Syntax
$FileName = $Package->fileName( $Object);
Input
$Object (object)
object
Return
$FileName (string)
Filename of config file