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 SlideImageInterface

Interface SlideImageInterface

Direct known implementers

SlideImage

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

Methods summary

public SlideImageInterface
# setId( IdType $id )

Set the slide image ID.

Set the slide image ID.

Parameters

$id
Slide image ID.

Returns

SlideImageInterface
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 SlideImageInterface
# setLanguageId( IdType $languageId )

Set the language ID for the slide image.

Set the language ID for the slide image.

Parameters

$languageId
Language ID.

Returns

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

Return the language ID of the slide image.

Return the language ID of the slide image.

Returns

integer
Slide image language ID.
public SlideImageInterface
# setBreakpoint( NonEmptyStringType $breakpoint )

Set the breakpoint for the slide image.

Set the breakpoint for the slide image.

Parameters

$breakpoint

Returns

SlideImageInterface
Same instance for chained method calls.
public string
# getBreakpoint( )

Return the breakpoint of the slide image.

Return the breakpoint of the slide image.

Returns

string
Breakpoint of the slide image.
public SlideImageInterface
# setImage( StringType $image )

Set the image for the image slider.

Set the image for the image slider.

Parameters

$image
The image to set.

Returns

SlideImageInterface
Same instance for chained method calls.
public string
# getImage( )

Return the image of the image slider.

Return the image of the image slider.

Returns

string
Image of the image slider.
public SlideImageInterface
# setSlideImageAreaCollection( SlideImageAreaCollection $slideImageAreaCollection )

Set the slide image area collection for the slide image.

Set the slide image area collection for the slide image.

Parameters

$slideImageAreaCollection

Returns

SlideImageInterface
Same instance for chained method calls.
public SlideImageAreaCollection
# getSlideImageAreaCollection( )

Return the slide image area collection of the slide image.

Return the slide image area collection of the slide image.

Returns

SlideImageAreaCollection
Slide image area collection.
public SlideImageInterface
# addSlideImageArea( SlideImageAreaInterface $slideImageArea )

Adds a slide image area to the slide image area collection

Adds a slide image area to the slide image area collection

Parameters

$slideImageArea

Returns

SlideImageInterface
Same instance for chained method calls.

Throws

InvalidArgumentException
API documentation generated by ApiGen