Package DE_EPAGES::Object::API::Attributes::LocalizedAttribute
Implements localized attributes for objects (types LocalizedString, LocalizedFile).
Base |
DE_EPAGES::Object::API::Attributes::DefaultAttribute |
Functions
_getLocalizedAttributes
returns all localized attribute values of an object directly from the database, i.e. without using the object attribute cache.
Syntax |
$hValues = $self->_getLocalizedAttributes( $Object ) |
Input |
|
Return |
|
defaultValue
Returns the default value for the attribute. If the stored value is undefined, getAttribute() will return the default value. If the default value is passed to setAttribute, it will delete the stored value.
Syntax |
$Package->defaultValue( $Object, $Name, $LanguageID ); |
Input |
|