ePages 7.0.0 - DE_EPAGES/ShopCSVExportImport/API/CSV/ShopObjectExportDriver.pm

Package DE_EPAGES::ShopCSVExportImport::API::CSV::ShopObjectExportDriver

This module implements a handler to export objects that belong to a shop.

Base
DE_EPAGES::CSVExportImport::API::CSV::ObjectExportDriver

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