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 SlideImage

Class SlideImage

Represents the default settings of a single image in a slide.

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

Methods summary

public
# __construct( )

SlideImage constructor.

SlideImage constructor.

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.

Implementation of

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

Return the ID of the slide image.

Return the ID of the slide image.

Returns

integer
Slide image ID.

Implementation of

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

Implementation of

SlideImageInterface::setLanguageId()
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.

Implementation of

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

Implementation of

SlideImageInterface::setBreakpoint()
public string
# getBreakpoint( )

Return the breakpoint of the slide image.

Return the breakpoint of the slide image.

Returns

string
Breakpoint of the slide image.

Implementation of

SlideImageInterface::getBreakpoint()
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.

Implementation of

SlideImageInterface::setImage()
public string
# getImage( )

Return the image of the image slider.

Return the image of the image slider.

Returns

string
Image of the image slider.

Implementation of

SlideImageInterface::getImage()
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.

Implementation of

SlideImageInterface::setSlideImageAreaCollection()
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.

Implementation of

SlideImageInterface::getSlideImageAreaCollection()
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

Implementation of

SlideImageInterface::addSlideImageArea()

Properties summary

protected integer $id

Slide image ID

Slide image ID

# 0
protected integer $languageId

Language ID

Language ID

# 0
protected string $breakpoint

Breakpoint

Breakpoint

# ''
protected string $image

Image

Image

# ''
protected SlideImageAreaCollection $slideImageAreaCollection

Collection of slide image areas

Collection of slide image areas

#
API documentation generated by ApiGen