phpDocumentor

EnvProductImageFileStorageSettings
in package
implements ProductImagePathsSettingsInterface

Class EnvProductImageFileStorageSettings

Tags
category

System

subpackage

Entities

codeCoverageIgnore

Interfaces, Classes and Traits

ProductImagePathsSettingsInterface
Interface ProductImagePathsSettingsInterface

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

getProductGalleryImagesDirPath()

Get Product Gallery Images Dir Path

public getProductGalleryImagesDirPath() : string

Returns a string to the gallery_images folder.

Tags
throws
UnknownEnvironmentException

if the gallery_images folder was not found.

Return values
string

The path to the gallery_images folder.

getProductOriginalImagesDirPath()

Get Product Original Images Dir Path

public getProductOriginalImagesDirPath() : string

Returns a string to the original_images folder.

Tags
throws
UnknownEnvironmentException

if the original_images folder was not found.

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.

Tags
throws
UnknownEnvironmentException

if the popup_images folder was not found.

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.

Tags
throws
UnknownEnvironmentException

if the thumbnail_images folder was not found.

Return values
string

The path to the thumbnail_images folder.

Search results