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 SlideInterface

Interface SlideInterface

Direct known implementers

Slide

Package: Slider\Interfaces
Category: System
Located at Services/Core/Slider/Entities/Interfaces/SlideInterface.inc.php

Methods summary

public SlideInterface
# setId( IdType $id )

Set the slide ID for the slide.

Set the slide ID for the slide.

Parameters

$id
Slide ID.

Returns

SlideInterface
Same instance for chained method calls.
public integer
# getId( )

Return the slide ID.

Return the slide ID.

Returns

integer
Slide ID.
public SlideInterface
# setLanguageId( IdType $languageId )

Set the language ID for the slide.

Set the language ID for the slide.

Parameters

$languageId
Language ID.

Returns

SlideInterface
Same instance for chained method calls.
public integer
# getLanguageId( )

Return the language ID.

Return the language ID.

Returns

integer
Language ID.
public SlideInterface
# setThumbnail( StringType $thumbnail )

Set the thumbnail for the slide.

Set the thumbnail for the slide.

Parameters

$thumbnail
Thumbnail to set.

Returns

SlideInterface
Same instance for chained method calls.
public string
# getThumbnail( )

Return the thumbnail of the slide.

Return the thumbnail of the slide.

Returns

string
Thumbnail.
public SlideInterface
# setTitle( StringType $title )

Set the title for the slide.

Set the title for the slide.

Parameters

$title
Title for the slide.

Returns

SlideInterface
Same instance for chained method calls.
public string
# getTitle( )

Return the title of the slide.

Return the title of the slide.

Returns

string
Title.
public SlideInterface
# setAltText( StringType $altText )

Set the alt text for the slide.

Set the alt text for the slide.

Parameters

$altText
$altText.

Returns

SlideInterface
Same instance for chained method calls.
public string
# getAltText( )

Return the alt text of the slide.

Return the alt text of the slide.

Returns

string
Alt text of the slide.
public SlideInterface
# setUrl( StringType $url )

Set the URL for the slide.

Set the URL for the slide.

Parameters

$url
URL.

Returns

SlideInterface
Same instance for chained method calls.
public string
# getUrl( )

Return the URL of the slide.

Return the URL of the slide.

Returns

string
URL.
public SlideInterface
# setUrlTarget( StringType $urlTarget )

Set the url target property for the slide.

Set the url target property for the slide.

Parameters

$urlTarget
URL target e.g. '_blank'.

Returns

SlideInterface
Same instance for chained method calls.
public string
# getUrlTarget( )

Return the url target property.

Return the url target property.

Returns

string
URL target e.g. '_blank'.
public SlideInterface
# setSlideImageCollection( SlideImageCollection $slideImageCollection )

Set the slide image collection for the slide.

Set the slide image collection for the slide.

Parameters

$slideImageCollection

Returns

SlideInterface
Same instance for chained method calls.
public SlideImageCollection
# getSlideImageCollection( )

Return the slide image collection of the slide.

Return the slide image collection of the slide.

Returns

SlideImageCollection
Slide image collection.
public SlideInterface
# addSlideImage( SlideImageInterface $slideImage )

Adds a slide image to the slide image collection

Adds a slide image to the slide image collection

Parameters

$slideImage

Returns

SlideInterface
Same instance for chained method calls.

Throws

InvalidArgumentException
public SlideInterface
# setSortOrder( IntType $sortOrder )

Set the sort order for the slide.

Set the sort order for the slide.

Parameters

$sortOrder
Slide sort order.

Returns

SlideInterface
Same instance for chained method calls.
public integer
# getSortOrder( )

Return the slide sort order.

Return the slide sort order.

Returns

integer
sort order.
API documentation generated by ApiGen