Package DE_EPAGES::Content::API::CSV::ContentImportHandler
This module implements a handler to import content objects See DE_EPAGES::Content::API::CSV::ContentExportImport for usage examples.
Base |
DE_EPAGES::ShopCSVExportImport::API::CSV::ShopObjectImportHandler |
Functions
importSpecialData
possibility to import special object data, called by importObject saves template design
Syntax |
$self->importSpecialData($Object, $hAttributeValues); |
Input |
|
processMediaGalleryImage
Copies the category image from the given source and generates its scaled variations. Updates the given attribute hash with the image names.
Syntax |
$hNewAttributes = $self->processMediaGalleryImage( $hDirectAttributes, $SourceFileName, $TargetFileName ); |
Example |
$hDirectAttributes = $self->processMediaGalleryImage( $hDirectAttributes, $MGNewImageLargeAbs, $Category->get('PublicPath') . '/' . $NewImageLargeFileName.$NewImageLargeExtension ); |
Input |
|
Return |
|