Class EnvProductImageFileStorageSettings
Class EnvProductImageFileStorageSettings
-
EnvProductImageFileStorageSettings
implements
ProductImagePathsSettingsInterface
Methods summary
public
getProductOriginalImagesDirPath( void )
: string
Get Product Original Images Dir Path
Get Product Original Images Dir Path
Returns a string to the original_images folder.
Returns
string
The path to the original_images folder.
Throws
Implementation of
public
getProductGalleryImagesDirPath( void )
: string
Get Product Gallery Images Dir Path
Get Product Gallery Images Dir Path
Returns a string to the gallery_images folder.
Returns
string
The path to the gallery_images folder.
Throws
Implementation of
public
getProductInfoImagesDirPath( void )
: string
Get Product Info Images Dir Path
Get Product Info Images Dir Path
Returns a string to the info_images folder.
Returns
string
The path to the info_images folder.
Throws
Implementation of
public
getProductThumbnailImagesDirPath( void )
: string
Get Product Thumbnail Images Dir Path
Get Product Thumbnail Images Dir Path
Returns a string to the thumbnail_images folder.
Returns
string
The path to the thumbnail_images folder.
Throws
Implementation of