phpDocumentor

SlideImageInterface

Interface SlideImageInterface

Tags
category

System

subpackage

Interfaces

Table of Contents

addSlideImageArea()  : SlideImageInterface
Adds a slide image area to the slide image area collection
getBreakpoint()  : string
Return the breakpoint of the slide image.
getId()  : int
Return the ID of the slide image.
getImage()  : string
Return the image of the image slider.
getLanguageId()  : int
Return the language ID of the slide image.
getSlideImageAreaCollection()  : SlideImageAreaCollection
Return the slide image area collection of the slide image.
setBreakpoint()  : SlideImageInterface
Set the breakpoint for the slide image.
setId()  : SlideImageInterface
Set the slide image ID.
setImage()  : SlideImageInterface
Set the image for the image slider.
setLanguageId()  : SlideImageInterface
Set the language ID for the slide image.
setSlideImageAreaCollection()  : SlideImageInterface
Set the slide image area collection for the slide image.

Methods

getBreakpoint()

Return the breakpoint of the slide image.

public getBreakpoint() : string
Return values
string

Breakpoint of the slide image.

getId()

Return the ID of the slide image.

public getId() : int
Return values
int

Slide image ID.

getImage()

Return the image of the image slider.

public getImage() : string
Return values
string

Image of the image slider.

getLanguageId()

Return the language ID of the slide image.

public getLanguageId() : int
Return values
int

Slide image language ID.

Search results