phpDocumentor

SlideImage
in package
implements SlideImageInterface

Class SlideImage

Represents the default settings of a single image in a slide.

Tags
category

System

subpackage

Entities

Interfaces, Classes and Traits

SlideImageInterface
Interface SlideImageInterface

Table of Contents

$breakpoint  : string
Breakpoint
$id  : int
Slide image ID
$image  : string
Image
$languageId  : int
Language ID
$slideImageAreaCollection  : SlideImageAreaCollection
Collection of slide image areas
__construct()  : mixed
SlideImage constructor.
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.

Properties

Methods

__construct()

SlideImage constructor.

public __construct() : mixed
Return values
mixed

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