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

Interfaces

  • ProductCategoryLinkerInterface
  • ProductFactoryInterface
  • ProductImageContainerInterface
  • ProductImageContainerRepositoryInterface
  • ProductImageInterface
  • ProductImagePathsSettingsInterface
  • ProductImageProcessingInterface
  • ProductInterface
  • ProductListProviderFactoryInterface
  • ProductListProviderInterface
  • ProductObjectServiceInterface
  • ProductPermissionSetterInterface
  • ProductReadServiceInterface
  • ProductRepositoryDeleterInterface
  • ProductRepositoryInterface
  • ProductRepositoryReaderInterface
  • ProductRepositoryWriterInterface
  • ProductSettingsInterface
  • ProductSettingsRepositoryInterface
  • ProductSettingsRepositoryReaderInterface
  • ProductSettingsRepositoryWriterInterface
  • ProductWriteServiceInterface
  • StoredProductInterface

Interface ProductImagePathsSettingsInterface

Interface ProductImagePathsSettingsInterface

Direct known implementers

EnvProductImageFileStorageSettings

Package: Product\Interfaces
Category: System
Located at Services/Core/Product/Entities/Interfaces/ProductImagePathsSettingsInterface.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.
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
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.
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.
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.
API documentation generated by ApiGen