Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Authentication
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Strategies
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Storages
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Extensions
    • Customers
    • Emails
    • Helpers
    • Invoices
    • Orders
    • Serializers
    • Templates
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Precheck
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Classes

  • EmptyProductImage
  • EnvProductImageFileStorageSettings
  • GXEngineProduct
  • LegacyProductImageProcessing
  • ProductImage
  • ProductImageContainer
  • ProductListItem
  • ProductSettings
  • StoredProduct

Class EnvProductImageFileStorageSettings

Class EnvProductImageFileStorageSettings

EnvProductImageFileStorageSettings implements ProductImagePathsSettingsInterface
Package: Product\Entities
Category: System
Codecoverageignore
Located at Services/Core/Product/Entities/EnvProductImageFileStorageSettings.inc.php

Methods summary

public string
# getProductOriginalImagesDirPath( )

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

UnknownEnvironmentException
if the original_images folder was not found.

Implementation of

ProductImagePathsSettingsInterface::getProductOriginalImagesDirPath()
public string
# getProductGalleryImagesDirPath( )

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

UnknownEnvironmentException
if the gallery_images folder was not found.

Implementation of

ProductImagePathsSettingsInterface::getProductGalleryImagesDirPath()
public string
# getProductInfoImagesDirPath( )

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

UnknownEnvironmentException
if the info_images folder was not found.

Implementation of

ProductImagePathsSettingsInterface::getProductInfoImagesDirPath()
public string
# getProductPopupImagesDirPath( )

Get Product Popup Images Dir Path

Get Product Popup Images Dir Path

Returns a string to the popup_images folder.

Returns

string
The path to the popup_images folder.

Throws

UnknownEnvironmentException
if the popup_images folder was not found.

Implementation of

ProductImagePathsSettingsInterface::getProductPopupImagesDirPath()
public string
# getProductThumbnailImagesDirPath( )

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

UnknownEnvironmentException
if the thumbnail_images folder was not found.

Implementation of

ProductImagePathsSettingsInterface::getProductThumbnailImagesDirPath()
API documentation generated by ApiGen