EnvSlideImageFileStorageSettings

Implements \SlideImagePathsSettingsInterface

Class EnvSlideImageFileStorageSettings

category

System

package

Slider

subpackage

Entities

codeCoverageIgnore

Methods

Returns the path to the slide images directory.

getSlideImagesDirPath() : string
Throws
\UnknownEnvironmentException

if folder is not found.

Response

string

The path to the slide images directory.

Returns the path to the slide thumbnail images directory.

getSlideThumbnailImagesDirPath() : string
Throws
\UnknownEnvironmentException

if folder is not found.

Response

string

The path to the slide thumbnail images directory.

Properties

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

pathToSliderImagesDir : string
var

Type(s)

string

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

pathToSliderThumbnailImagesDir : string
var

Type(s)

string