SlideImageAreaInterface

Extends

Interface SlideImageAreaInterface

category

System

package

Slider

subpackage

Interfaces

Methods

Return the coordinates of the slide image area.

getCoordinates() : string

Response

string

Coordinates of the slide image area.

Return the ID of the slide image.

getId() : integer

Response

integer

Slide image ID.

Return the link target of the slide image area.

getLinkTarget() : string

Response

string

Link target of the slide image area.

Return the link title of the slide image area.

getLinkTitle() : string

Response

string

Link title of the slide image area.

Return the link URL of the slide image area.

getLinkUrl() : string

Response

string

Link URL of the slide image area.

Set the coordinates for the slide image area.

setCoordinates(\NonEmptyStringType $coordinates) : \SlideImageAreaInterface

Arguments

$coordinates

\NonEmptyStringType

Response

\SlideImageAreaInterface

Same instance for chained method calls.

Set the slide image ID.

setId(\IdType $id) : \SlideImageAreaInterface

Arguments

$id

\IdType

Slide image ID.

Response

\SlideImageAreaInterface

Same instance for chained method calls.

Set the link target for the slide image area.

setLinkTarget(\NonEmptyStringType $linkTarget) : \SlideImageAreaInterface

Arguments

$linkTarget

\NonEmptyStringType

Response

\SlideImageAreaInterface

Same instance for chained method calls.

Set the link title for the slide image area.

setLinkTitle(\StringType $linkTitle) : \SlideImageAreaInterface

Arguments

$linkTitle

\StringType

Response

\SlideImageAreaInterface

Same instance for chained method calls.

Set the link URL for the slide image area.

setLinkUrl(\StringType $linkUrl) : \SlideImageAreaInterface

Arguments

$linkUrl

\StringType

Response

\SlideImageAreaInterface

Same instance for chained method calls.