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

Interfaces

  • SlideImageAreaInterface
  • SlideImageAreaRepositoryDeleterInterface
  • SlideImageAreaRepositoryInterface
  • SlideImageAreaRepositoryReaderInterface
  • SlideImageAreaRepositoryWriterInterface
  • SlideImageInterface
  • SlideImagePathsSettingsInterface
  • SlideImageRepositoryDeleterInterface
  • SlideImageRepositoryInterface
  • SlideImageRepositoryReaderInterface
  • SlideImageRepositoryWriterInterface
  • SlideInterface
  • SliderAssignmentRepositoryInterface
  • SlideRepositoryDeleterInterface
  • SlideRepositoryInterface
  • SlideRepositoryReaderInterface
  • SlideRepositoryWriterInterface
  • SliderInterface
  • SliderReadServiceInterface
  • SliderRepositoryDeleterInterface
  • SliderRepositoryInterface
  • SliderRepositoryReaderInterface
  • SliderRepositoryWriterInterface
  • SliderWriteServiceInterface

Interface SlideImageAreaInterface

Interface SlideImageAreaInterface

Direct known implementers

SlideImageArea

Package: Slider\Interfaces
Category: System
Located at Services/Core/Slider/Entities/Interfaces/SlideImageAreaInterface.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.
public integer
# getId( )

Return the ID of the slide image.

Return the ID of the slide image.

Returns

integer
Slide image ID.
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.
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.
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.
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.
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.
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.
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.
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.
API documentation generated by ApiGen