SlideImageInterface

Extends

Interface SlideImageInterface

category

System

package

Slider

subpackage

Interfaces

Methods

Adds a slide image area to the slide image area collection

addSlideImageArea(\SlideImageAreaInterface $slideImageArea) : \SlideImageInterface
Throws
\InvalidArgumentException

Arguments

$slideImageArea

\SlideImageAreaInterface

Response

\SlideImageInterface

Same instance for chained method calls.

Return the breakpoint of the slide image.

getBreakpoint() : string

Response

string

Breakpoint of the slide image.

Return the ID of the slide image.

getId() : integer

Response

integer

Slide image ID.

Return the image of the image slider.

getImage() : string

Response

string

Image of the image slider.

Return the language ID of the slide image.

getLanguageId() : integer

Response

integer

Slide image language ID.

Return the slide image area collection of the slide image.

getSlideImageAreaCollection() : \SlideImageAreaCollection

Response

\SlideImageAreaCollection

Slide image area collection.

Set the breakpoint for the slide image.

setBreakpoint(\NonEmptyStringType $breakpoint) : \SlideImageInterface

Arguments

$breakpoint

\NonEmptyStringType

Response

\SlideImageInterface

Same instance for chained method calls.

Set the slide image ID.

setId(\IdType $id) : \SlideImageInterface

Arguments

$id

\IdType

Slide image ID.

Response

\SlideImageInterface

Same instance for chained method calls.

Set the image for the image slider.

setImage(\StringType $image) : \SlideImageInterface

Arguments

$image

\StringType

The image to set.

Response

\SlideImageInterface

Same instance for chained method calls.

Set the language ID for the slide image.

setLanguageId(\IdType $languageId) : \SlideImageInterface

Arguments

$languageId

\IdType

Language ID.

Response

\SlideImageInterface

Same instance for chained method calls.

Set the slide image area collection for the slide image.

setSlideImageAreaCollection(\SlideImageAreaCollection $slideImageAreaCollection) : \SlideImageInterface

Arguments

$slideImageAreaCollection

\SlideImageAreaCollection

Response

\SlideImageInterface

Same instance for chained method calls.