Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminAccess
    • Collections
    • Deleters
    • Entities
    • Exceptions
    • Factories
    • Interfaces
    • Managers
    • Readers
    • Writers
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Authentication
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Strategies
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Storages
    • Validation
    • ValueObjects
  • CustomerGroup
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Serializers
    • Services
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Extensions
    • Customers
    • Emails
    • Geschaeftskundenversand
    • Helpers
    • Invoices
    • Orders
    • ParcelShopFinder
    • QuickEdit
    • Serializers
    • Templates
  • Geschaeftskundenversand
    • Exceptions
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Manufacturer
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • OrderStatus
    • Collections
    • Entities
    • Exceptions
    • Factories
    • Interfaces
    • Repositories
  • Precheck
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • QuantityUnit
    • Entities
    • Factories
    • Repositories
  • QuickEdit
    • Interfaces
    • Repositories
  • Review
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Services
    • ValueObjects
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • Smarty
    • plugins
  • StaticSeoUrl
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • StaticSeoUrls
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository
  • VersionInfo
    • Factories
    • Reader
    • ValueObjects
  • VPE
    • Entities
    • Factories
    • Repositories
  • Withdrawal
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Services
    • ValueObjects

Classes

  • AbstractStaticSeoUrlServiceFactory
  • StaticSeoUrlServiceFactory

Class StaticSeoUrlServiceFactory

Class StaticSeoUrlServiceFactory

AbstractStaticSeoUrlServiceFactory
Extended by StaticSeoUrlServiceFactory
Package: StaticSeoUrl\Factories
Category: System
Located at Services/Core/StaticSeoUrl/Factories/StaticSeoUrlServiceFactory.inc.php

Methods summary

public
# __construct( CI_DB_query_builder $db )

StaticSeoUrlServiceFactory constructor.

StaticSeoUrlServiceFactory constructor.

Parameters

$db
Database connection.
public StaticSeoUrlReadServiceInterface
# createStaticSeoUrlReadService( )

Creates a staticSeoUrl read service.

Creates a staticSeoUrl read service.

Returns

StaticSeoUrlReadServiceInterface
public StaticSeoUrlWriteService
# createStaticSeoUrlWriteService( )

Creates a staticSeoUrl write service.

Creates a staticSeoUrl write service.

Returns

StaticSeoUrlWriteService
protected StaticSeoUrlRepository
# _createRepository( )

Creates a new instance of a StaticSeoUrlRepository object. Consecutive calls provide the same object.

Creates a new instance of a StaticSeoUrlRepository object. Consecutive calls provide the same object.

Returns

StaticSeoUrlRepository
protected StaticSeoUrlRepositoryWriter
# _createWriter( )

Creates a new instance of a StaticSeoUrlRepositoryWriter object. Consecutive calls provide the same object.

Creates a new instance of a StaticSeoUrlRepositoryWriter object. Consecutive calls provide the same object.

Returns

StaticSeoUrlRepositoryWriter
protected StaticSeoUrlRepositoryReader
# _createReader( )

Creates a new instance of a StaticSeoUrlRepositoryReader object. Consecutive calls provide the same object.

Creates a new instance of a StaticSeoUrlRepositoryReader object. Consecutive calls provide the same object.

Returns

StaticSeoUrlRepositoryReader
protected StaticSeoUrlRepositoryDeleter
# _createDeleter( )

Creates a new instance of a StaticSeoUrlRepositoryDeleter object. Consecutive calls provide the same object.

Creates a new instance of a StaticSeoUrlRepositoryDeleter object. Consecutive calls provide the same object.

Returns

StaticSeoUrlRepositoryDeleter
protected StaticSeoUrlContentRepository
# _createContentRepository( )

Creates a new instance of a StaticSeoUrlContentRepository object. Consecutive calls provide the same object.

Creates a new instance of a StaticSeoUrlContentRepository object. Consecutive calls provide the same object.

Returns

StaticSeoUrlContentRepository
protected StaticSeoUrlContentRepositoryWriter
# _createContentWriter( )

Creates a new instance of a StaticSeoUrlContentRepositoryWriter object. Consecutive calls provide the same object.

Creates a new instance of a StaticSeoUrlContentRepositoryWriter object. Consecutive calls provide the same object.

Returns

StaticSeoUrlContentRepositoryWriter
protected StaticSeoUrlContentRepositoryReader
# _createContentReader( )

Creates a new instance of a StaticSeoUrlContentRepositoryReader object. Consecutive calls provide the same object.

Creates a new instance of a StaticSeoUrlContentRepositoryReader object. Consecutive calls provide the same object.

Returns

StaticSeoUrlContentRepositoryReader
protected StaticSeoUrlContentRepositoryDeleter
# _createContentDeleter( )

Creates a new instance of a StaticSeoUrlContentRepositoryDeleter object. Consecutive calls provide the same object.

Creates a new instance of a StaticSeoUrlContentRepositoryDeleter object. Consecutive calls provide the same object.

Returns

StaticSeoUrlContentRepositoryDeleter

Properties summary

protected CI_DB_query_builder $db

Database connection.

Database connection.

#
protected StaticSeoUrlRepository $repository
#
protected StaticSeoUrlRepositoryWriter $writer
#
protected StaticSeoUrlRepositoryReader $reader
#
protected StaticSeoUrlRepositoryDeleter $deleter
#
protected StaticSeoUrlContentRepository $contentRepository
#
protected StaticSeoUrlContentRepositoryWriter $contentWriter
#
protected StaticSeoUrlContentRepositoryReader $contentReader
#
protected StaticSeoUrlContentRepositoryDeleter $contentDeleter
#
API documentation generated by ApiGen