SlideImage

Implements \SlideImageInterface

Class SlideImage

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

category

System

package

Slider

subpackage

Entities

Methods

SlideImage constructor.

__construct() 

Adds a slide image area to the slide image area collection

addSlideImageArea(\SlideImageAreaInterface $slideImageArea) : \SlideImageInterface
Throws
\InvalidArgumentException

Arguments

$slideImageArea

\SlideImageAreaInterface

Response

\SlideImageInterface

Same instance for chained method calls.

Return the breakpoint of the slide image.

getBreakpoint() : string

Response

string

Breakpoint of the slide image.

Return the ID of the slide image.

getId() : integer

Response

integer

Slide image ID.

Return the image of the image slider.

getImage() : string

Response

string

Image of the image slider.

Return the language ID of the slide image.

getLanguageId() : integer

Response

integer

Slide image language ID.

Return the slide image area collection of the slide image.

getSlideImageAreaCollection() : \SlideImageAreaCollection

Response

\SlideImageAreaCollection

Slide image area collection.

Set the breakpoint for the slide image.

setBreakpoint(\NonEmptyStringType $breakpoint) : \SlideImageInterface

Arguments

$breakpoint

\NonEmptyStringType

Response

\SlideImageInterface

Same instance for chained method calls.

Set the slide image ID.

setId(\IdType $id) : \SlideImageInterface

Arguments

$id

\IdType

Slide image ID.

Response

\SlideImageInterface

Same instance for chained method calls.

Set the image for the image slider.

setImage(\StringType $image) : \SlideImageInterface

Arguments

$image

\StringType

The image to set.

Response

\SlideImageInterface

Same instance for chained method calls.

Set the language ID for the slide image.

setLanguageId(\IdType $languageId) : \SlideImageInterface

Arguments

$languageId

\IdType

Language ID.

Response

\SlideImageInterface

Same instance for chained method calls.

Set the slide image area collection for the slide image.

setSlideImageAreaCollection(\SlideImageAreaCollection $slideImageAreaCollection) : \SlideImageInterface

Arguments

$slideImageAreaCollection

\SlideImageAreaCollection

Response

\SlideImageInterface

Same instance for chained method calls.

Properties

Slide image ID

id : integer
var

Type(s)

integer

Language ID

languageId : integer
var

Type(s)

integer

Breakpoint

breakpoint : string
var

Type(s)

string

Image

image : string
var

Type(s)

string

Collection of slide image areas

slideImageAreaCollection : \SlideImageAreaCollection