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

  • EnvSlideImageFileStorageSettings
  • Slide
  • SlideImage
  • SlideImageArea
  • Slider

Class EnvSlideImageFileStorageSettings

Class EnvSlideImageFileStorageSettings

EnvSlideImageFileStorageSettings implements SlideImagePathsSettingsInterface
Package: Slider\Entities
Category: System
Codecoverageignore
Located at Services/Core/Slider/Entities/EnvSlideImageFileStorageSettings.inc.php

Methods summary

public string
# getSlideImagesDirPath( )

Returns the path to the slide images directory.

Returns the path to the slide images directory.

Returns

string
The path to the slide images directory.

Throws

UnknownEnvironmentException
if folder is not found.

Implementation of

SlideImagePathsSettingsInterface::getSlideImagesDirPath()
public string
# getSlideThumbnailImagesDirPath( )

Returns the path to the slide thumbnail images directory.

Returns the path to the slide thumbnail images directory.

Returns

string
The path to the slide thumbnail images directory.

Throws

UnknownEnvironmentException
if folder is not found.

Implementation of

SlideImagePathsSettingsInterface::getSlideThumbnailImagesDirPath()

Properties summary

protected string $pathToSliderImagesDir

Path to slider images (relative path from '/images').

Path to slider images (relative path from '/images').

# 'slider_images'
protected string $pathToSliderThumbnailImagesDir

Path to slider thumbnail images (relative path from '/images').

Path to slider thumbnail images (relative path from '/images').

# 'slider_images/thumbnails'
API documentation generated by ApiGen