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

  • AbstractProductServiceFactory
  • ProductFactory
  • ProductListProviderFactory
  • ProductServiceFactory
  • SliderServiceFactory

Class SliderServiceFactory

Class SliderServiceFactory

AbstractSliderServiceFactory
Extended by SliderServiceFactory
Package: Product\Factories
Category: System
Located at Services/Core/Slider/Factories/SliderServiceFactory.inc.php

Methods summary

public
# __construct( CI_DB_query_builder $db )

SliderServiceFactory constructor.

SliderServiceFactory constructor.

Parameters

$db
Database connection.
public SliderReadServiceInterface
# createSliderReadService( )

Creates a slider read service.

Creates a slider read service.

Returns

SliderReadServiceInterface
public SliderWriteServiceInterface
# createSliderWriteService( )

Creates a slider write service.

Creates a slider write service.

Returns

SliderWriteServiceInterface
protected SliderRepositoryInterface
# _getSliderRepository( )

Creates a slider repository instance.

Creates a slider repository instance.

Returns

SliderRepositoryInterface
protected SlideRepositoryInterface
# _getSlideRepository( )

Creates a slide repository instance.

Creates a slide repository instance.

Returns

SlideRepositoryInterface
protected SlideImageRepositoryInterface
# _getSlideImageRepository( )

Creates a slide image repository instance.

Creates a slide image repository instance.

Returns

SlideImageRepositoryInterface
protected SlideImageAreaRepositoryInterface
# _getSlideImageAreaRepository( )

Creates a slide image area repository instance.

Creates a slide image area repository instance.

Returns

SlideImageAreaRepositoryInterface
protected SliderAssignmentRepositoryInterface
# _getSliderAssignmentRepository( )

Creates a slider assignment repository instance.

Creates a slider assignment repository instance.

Returns

SliderAssignmentRepositoryInterface
protected SlideImageFileStorage
# _getSlideImageFileStorage( )

Create a slide image file storage instance.

Create a slide image file storage instance.

Returns

SlideImageFileStorage

Properties summary

protected CI_DB_query_builder $db

Database connection.

Database connection.

#
API documentation generated by ApiGen