Package DE_EPAGES::ShopCSVExportImport::API::CSV::ShopObjectExportDriver
This module implements a handler to export objects that belong to a shop.
Functions
- getObjectAttributeValue
getObjectAttributeValue
Syntax |
my $Value = getObjectAttributeValue($Object, $hAttribute);
|
Input |
- $Object (object)
- object
- $hAttribute (ref.hash)
- properties of object attribute to get:
- Alias - attribute alias, e.g. Alias, Color -string
- LanguageID - only set if Type =~ /Localized/ - integer
- IsObject - 0 or 1, set to 1 if attribute IsObject
- ..
|
Output |
- $Value (scalar)
- value of attribute for object
|