Interface SlideImageInterface

Interface SlideImageInterface

Direct known implementers

SlideImage

Methods summary

public setId( IdType $id ) : SlideImageInterface

Set the slide image ID.

public getId( void ) : integer

Return the ID of the slide image.

public setLanguageId( IdType $languageId ) : SlideImageInterface

Set the language ID for the slide image.

public getLanguageId( void ) : integer

Return the language ID of the slide image.

public setBreakpoint( NonEmptyStringType $breakpoint ) : SlideImageInterface

Set the breakpoint for the slide image.

public getBreakpoint( void ) : string

Return the breakpoint of the slide image.

public setImage( StringType $image ) : SlideImageInterface

Set the image for the image slider.

public getImage( void ) : string

Return the image of the image slider.

public setSlideImageAreaCollection( SlideImageAreaCollection $slideImageAreaCollection ) : SlideImageInterface

Set the slide image area collection for the slide image.

public getSlideImageAreaCollection( void ) : SlideImageAreaCollection

Return the slide image area collection of the slide image.

public addSlideImageArea( SlideImageAreaInterface $slideImageArea ) : SlideImageInterface

Adds a slide image area to the slide image area collection