phpDocumentor

SliderInterface

Interface SliderInterface

Tags
category

System

subpackage

Interfaces

Table of Contents

addSlide()  : SliderInterface
Adds a slide to the slide collection
getId()  : int
Return the ID of the slider.
getName()  : string
Return the Name of the slider.
getSlideCollection()  : SlideCollection
Return the slide collection of the slider.
getSpeed()  : float
Return the speed of the slider.
setId()  : SliderInterface
Set the ID for the slider.
setName()  : SliderInterface
Set the name for the slider.
setShowOnStartPage()  : SliderInterface
Show or hides a slider on the start page.
setSlideCollection()  : SliderInterface
Set the slide collection for the slider.
setSpeed()  : SliderInterface
Set the speed for the slider.
showOnStartPage()  : bool
Return true when the slider is displayed on the start page, false otherwise.

Methods

getId()

Return the ID of the slider.

public getId() : int
Return values
int

Slider ID.

getName()

Return the Name of the slider.

public getName() : string
Return values
string

Name.

getSpeed()

Return the speed of the slider.

public getSpeed() : float
Return values
float

Speed.

showOnStartPage()

Return true when the slider is displayed on the start page, false otherwise.

public showOnStartPage() : bool
Return values
bool

Search results