Interface SliderInterface

Interface SliderInterface

Direct known implementers

Slider

Methods summary

public setId( IdType $sliderId ) : SliderInterface

Set the ID for the slider.

public getId( void ) : integer

Return the ID of the slider.

public setName( StringType $name ) : SliderInterface

Set the name for the slider.

public getName( void ) : string

Return the Name of the slider.

public setSpeed( DecimalType $speed ) : SliderInterface

Set the speed for the slider.

public getSpeed( void ) : float

Return the speed of the slider.

public showOnStartPage( void ) : boolean

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

public setShowOnStartPage( BoolType $status ) : SliderInterface

Show or hides a slider on the start page.

public setSlideCollection( SlideCollection $slideCollection ) : SliderInterface

Set the slide collection for the slider.

public getSlideCollection( void ) : SlideCollection

Return the slide collection of the slider.

public addSlide( SlideInterface $slide ) : SliderInterface

Adds a slide to the slide collection