Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Authentication
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Strategies
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Storages
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Extensions
    • Customers
    • Emails
    • Helpers
    • Invoices
    • Orders
    • Serializers
    • Templates
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Precheck
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Classes

  • EnvSlideImageFileStorageSettings
  • Slide
  • SlideImage
  • SlideImageArea
  • Slider

Class SlideImageArea

Class SlideImageArea

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

SlideImageArea implements SlideImageAreaInterface
Package: Slider\Entities
Category: System
Located at Services/Core/Slider/Entities/SlideImageArea.inc.php

Methods summary

public SlideImageAreaInterface
# setId( IdType $id )

Set the slide image ID.

Set the slide image ID.

Parameters

$id
Slide image ID.

Returns

SlideImageAreaInterface
Same instance for chained method calls.

Implementation of

SlideImageAreaInterface::setId()
public integer
# getId( )

Return the ID of the slide image.

Return the ID of the slide image.

Returns

integer
Slide image ID.

Implementation of

SlideImageAreaInterface::getId()
public SlideImageAreaInterface
# setLinkTitle( StringType $linkTitle )

Set the link title for the slide image area.

Set the link title for the slide image area.

Parameters

$linkTitle

Returns

SlideImageAreaInterface
Same instance for chained method calls.

Implementation of

SlideImageAreaInterface::setLinkTitle()
public string
# getLinkTitle( )

Return the link title of the slide image area.

Return the link title of the slide image area.

Returns

string
Link title of the slide image area.

Implementation of

SlideImageAreaInterface::getLinkTitle()
public SlideImageAreaInterface
# setLinkUrl( StringType $linkUrl )

Set the link URL for the slide image area.

Set the link URL for the slide image area.

Parameters

$linkUrl

Returns

SlideImageAreaInterface
Same instance for chained method calls.

Implementation of

SlideImageAreaInterface::setLinkUrl()
public string
# getLinkUrl( )

Return the link URL of the slide image area.

Return the link URL of the slide image area.

Returns

string
Link URL of the slide image area.

Implementation of

SlideImageAreaInterface::getLinkUrl()
public SlideImageAreaInterface
# setLinkTarget( NonEmptyStringType $linkTarget )

Set the link target for the slide image area.

Set the link target for the slide image area.

Parameters

$linkTarget

Returns

SlideImageAreaInterface
Same instance for chained method calls.

Throws

InvalidArgumentException
If the provided coordinates is not supported.

Implementation of

SlideImageAreaInterface::setLinkTarget()
public string
# getLinkTarget( )

Return the link target of the slide image area.

Return the link target of the slide image area.

Returns

string
Link target of the slide image area.

Implementation of

SlideImageAreaInterface::getLinkTarget()
public SlideImageAreaInterface
# setCoordinates( NonEmptyStringType $coordinates )

Set the coordinates for the slide image area.

Set the coordinates for the slide image area.

Parameters

$coordinates

Returns

SlideImageAreaInterface
Same instance for chained method calls.

Throws

InvalidArgumentException
If the provided coordinates are not valid.

Implementation of

SlideImageAreaInterface::setCoordinates()
public string
# getCoordinates( )

Return the coordinates of the slide image area.

Return the coordinates of the slide image area.

Returns

string
Coordinates of the slide image area.

Implementation of

SlideImageAreaInterface::getCoordinates()

Properties summary

protected integer $id

Slide image area ID

Slide image area ID

# 0
protected string $linkTitle

Link title

Link title

# ''
protected string $linkUrl

Link URL

Link URL

# ''
protected string $linkTarget

Link target

Link target

# ''
protected string $coordinates

Image area coordinates

Image area coordinates

# ''
API documentation generated by ApiGen