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 Slide

Class Slide

Represents the default settings of a single slide in a slider. Has got the slider image settings as collection for every image of a slide.

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

Methods summary

public
# __construct( )
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.

Implementation of

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

Return the slide ID.

Return the slide ID.

Returns

integer
Slide ID.

Implementation of

SlideInterface::getId()
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.

Implementation of

SlideInterface::setLanguageId()
public integer
# getLanguageId( )

Return the language ID.

Return the language ID.

Returns

integer
Language ID.

Implementation of

SlideInterface::getLanguageId()
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.

Implementation of

SlideInterface::setThumbnail()
public string
# getThumbnail( )

Return the thumbnail of the slide.

Return the thumbnail of the slide.

Returns

string
Thumbnail.

Implementation of

SlideInterface::getThumbnail()
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.

Implementation of

SlideInterface::setTitle()
public string
# getTitle( )

Return the title of the slide.

Return the title of the slide.

Returns

string
Title.

Implementation of

SlideInterface::getTitle()
public SlideInterface
# setAltText( StringType $altText )

Set the alt text for the slide.

Set the alt text for the slide.

Parameters

$altText
.

Returns

SlideInterface
Same instance for chained method calls.

Implementation of

SlideInterface::setAltText()
public string
# getAltText( )

Return the alt text of the slide.

Return the alt text of the slide.

Returns

string
Alt text of the slide.

Implementation of

SlideInterface::getAltText()
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.

Implementation of

SlideInterface::setUrl()
public string
# getUrl( )

Return the URL of the slide.

Return the URL of the slide.

Returns

string
URL.

Implementation of

SlideInterface::getUrl()
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.

Implementation of

SlideInterface::setUrlTarget()
public string
# getUrlTarget( )

Return the url target property.

Return the url target property.

Returns

string
URL target e.g. '_blank'.

Implementation of

SlideInterface::getUrlTarget()
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.

Implementation of

SlideInterface::setSlideImageCollection()
public SlideImageCollection
# getSlideImageCollection( )

Return the slide image collection of the slide.

Return the slide image collection of the slide.

Returns

SlideImageCollection
Slide image collection.

Implementation of

SlideInterface::getSlideImageCollection()
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

Implementation of

SlideInterface::addSlideImage()
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.

Implementation of

SlideInterface::setSortOrder()
public integer
# getSortOrder( )

Return the slide sort order.

Return the slide sort order.

Returns

integer
sort order.

Implementation of

SlideInterface::getSortOrder()

Properties summary

protected integer $id

Slide ID

Slide ID

# 0
protected integer $languageId

Language ID

Language ID

# 0
protected string $thumbnail

Thumbnail

Thumbnail

# ''
protected string $title

Title

Title

# ''
protected string $altText

Image alt text

Image alt text

# ''
protected string $url

Link url

Link url

# ''
protected string $urlTarget

Link target (e.g. _blank or _self)

Link target (e.g. _blank or _self)

# ''
protected SlideImageCollection $slideImageCollection

Collection of Slide Images

Collection of Slide Images

#
protected integer $sortOrder

Sort order

Sort order

# 0
API documentation generated by ApiGen