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 SliderInterface

Interface SliderInterface

Direct known implementers

Slider

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

Methods summary

public SliderInterface
# setId( IdType $sliderId )

Set the ID for the slider.

Set the ID for the slider.

Parameters

$sliderId
Slider ID.

Returns

SliderInterface
Same Instance for chained method calls.
public integer
# getId( )

Return the ID of the slider.

Return the ID of the slider.

Returns

integer
Slider ID.
public SliderInterface
# setName( StringType $name )

Set the name for the slider.

Set the name for the slider.

Parameters

$name
Name for the slider.

Returns

SliderInterface
Same instance for chained method calls.
public string
# getName( )

Return the Name of the slider.

Return the Name of the slider.

Returns

string
Name.
public SliderInterface
# setSpeed( DecimalType $speed )

Set the speed for the slider.

Set the speed for the slider.

Parameters

$speed
The speed in seconds for the slider.

Returns

SliderInterface
Same instance for chained method calls.
public float
# getSpeed( )

Return the speed of the slider.

Return the speed of the slider.

Returns

float
Speed.
public boolean
# showOnStartPage( )

Return true when the slider is displayed on the start page, false otherwise.

Return true when the slider is displayed on the start page, false otherwise.

Returns

boolean
public SliderInterface
# setShowOnStartPage( BoolType $status )

Show or hides a slider on the start page.

Show or hides a slider on the start page.

Parameters

$status
True when it should be displayed, false otherwise.

Returns

SliderInterface
Same instance for chained method calls.
public SliderInterface
# setSlideCollection( SlideCollection $slideCollection )

Set the slide collection for the slider.

Set the slide collection for the slider.

Parameters

$slideCollection

Returns

SliderInterface
Same instance for chained method calls.
public SlideCollection
# getSlideCollection( )

Return the slide collection of the slider.

Return the slide collection of the slider.

Returns

SlideCollection
Slide collection.
public SliderInterface
# addSlide( SlideInterface $slide )

Adds a slide to the slide collection

Adds a slide to the slide collection

Parameters

$slide

Returns

SliderInterface
Same instance for chained method calls.

Throws

InvalidArgumentException
API documentation generated by ApiGen