EnvSlideImageFileStorageSettings
in package
implements
SlideImagePathsSettingsInterface
Class EnvSlideImageFileStorageSettings
Tags
Interfaces, Classes and Traits
- SlideImagePathsSettingsInterface
- Interface SlideImagePathsSettingsInterface
Table of Contents
- $pathToSliderImagesDir : string
- Path to slider images (relative path from '/images').
- $pathToSliderThumbnailImagesDir : string
- Path to slider thumbnail images (relative path from '/images').
- getSlideImagesDirPath() : string
- Returns the path to the slide images directory.
- getSlideThumbnailImagesDirPath() : string
- Returns the path to the slide thumbnail images directory.
Properties
$pathToSliderImagesDir
Path to slider images (relative path from '/images').
protected
string
$pathToSliderImagesDir
= 'slider_images'
$pathToSliderThumbnailImagesDir
Path to slider thumbnail images (relative path from '/images').
protected
string
$pathToSliderThumbnailImagesDir
= 'slider_images/thumbnails'
Methods
getSlideImagesDirPath()
Returns the path to the slide images directory.
public
getSlideImagesDirPath() : string
Tags
Return values
string —The path to the slide images directory.
getSlideThumbnailImagesDirPath()
Returns the path to the slide thumbnail images directory.
public
getSlideThumbnailImagesDirPath() : string
Tags
Return values
string —The path to the slide thumbnail images directory.