SlideInterface

Extends

Interface SlideInterface

category

System

package

Slider

subpackage

Interfaces

Methods

Adds a slide image to the slide image collection

addSlideImage(\SlideImageInterface $slideImage) : \SlideInterface
Throws
\InvalidArgumentException

Arguments

$slideImage

\SlideImageInterface

Response

\SlideInterface

Same instance for chained method calls.

Return the alt text of the slide.

getAltText() : string

Response

string

Alt text of the slide.

Return the slide ID.

getId() : integer

Response

integer

Slide ID.

Return the language ID.

getLanguageId() : integer

Response

integer

Language ID.

Return the slide image collection of the slide.

getSlideImageCollection() : \SlideImageCollection

Response

\SlideImageCollection

Slide image collection.

Return the slide sort order.

getSortOrder() : integer

Response

integer

sort order.

Return the thumbnail of the slide.

getThumbnail() : string

Response

string

Thumbnail.

Return the title of the slide.

getTitle() : string

Response

string

Title.

Return the URL of the slide.

getUrl() : string

Response

string

URL.

Return the url target property.

getUrlTarget() : string

Response

string

URL target e.g. '_blank'.

Set the alt text for the slide.

setAltText(\StringType $altText) : \SlideInterface

Arguments

$altText

\StringType

Response

\SlideInterface

Same instance for chained method calls.

Set the slide ID for the slide.

setId(\IdType $id) : \SlideInterface

Arguments

$id

\IdType

Slide ID.

Response

\SlideInterface

Same instance for chained method calls.

Set the language ID for the slide.

setLanguageId(\IdType $languageId) : \SlideInterface

Arguments

$languageId

\IdType

Language ID.

Response

\SlideInterface

Same instance for chained method calls.

Set the slide image collection for the slide.

setSlideImageCollection(\SlideImageCollection $slideImageCollection) : \SlideInterface

Arguments

$slideImageCollection

\SlideImageCollection

Response

\SlideInterface

Same instance for chained method calls.

Set the sort order for the slide.

setSortOrder(\IntType $sortOrder) : \SlideInterface

Arguments

$sortOrder

\IntType

Slide sort order.

Response

\SlideInterface

Same instance for chained method calls.

Set the thumbnail for the slide.

setThumbnail(\StringType $thumbnail) : \SlideInterface

Arguments

$thumbnail

\StringType

Thumbnail to set.

Response

\SlideInterface

Same instance for chained method calls.

Set the title for the slide.

setTitle(\StringType $title) : \SlideInterface

Arguments

$title

\StringType

Title for the slide.

Response

\SlideInterface

Same instance for chained method calls.

Set the URL for the slide.

setUrl(\StringType $url) : \SlideInterface

Arguments

$url

\StringType

URL.

Response

\SlideInterface

Same instance for chained method calls.

Set the url target property for the slide.

setUrlTarget(\StringType $urlTarget) : \SlideInterface

Arguments

$urlTarget

\StringType

URL target e.g. '_blank'.

Response

\SlideInterface

Same instance for chained method calls.