phpDocumentor

ProductImagePathsSettingsInterface

Interface ProductImagePathsSettingsInterface

Tags
category

System

subpackage

Interfaces

Table of Contents

getProductGalleryImagesDirPath()  : string
Get Product Gallery Images Dir Path
getProductInfoImagesDirPath()  : string
Get Product Info Images Dir Path
getProductOriginalImagesDirPath()  : string
Get Product Original Images Dir Path
getProductPopupImagesDirPath()  : string
Get Product Popup Images Dir Path
getProductThumbnailImagesDirPath()  : string
Get Product Thumbnail Images Dir Path

Methods

getProductInfoImagesDirPath()

Get Product Info Images Dir Path

public getProductInfoImagesDirPath() : string

Returns a string to the info_images folder.

Return values
string

The path to the info_images folder.

getProductOriginalImagesDirPath()

Get Product Original Images Dir Path

public getProductOriginalImagesDirPath() : string

Returns a string to the original_images folder.

Return values
string

The path to the original_images folder.

getProductPopupImagesDirPath()

Get Product Popup Images Dir Path

public getProductPopupImagesDirPath() : string

Returns a string to the popup_images folder.

Return values
string

The path to the popup_images folder.

getProductThumbnailImagesDirPath()

Get Product Thumbnail Images Dir Path

public getProductThumbnailImagesDirPath() : string

Returns a string to the thumbnail_images folder.

Return values
string

The path to the thumbnail_images folder.

Search results