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

  • StaticSeoUrlContentRepository
  • StaticSeoUrlContentRepositoryDeleter
  • StaticSeoUrlContentRepositoryReader
  • StaticSeoUrlContentRepositoryWriter
  • StaticSeoUrlRepository
  • StaticSeoUrlRepositoryDeleter
  • StaticSeoUrlRepositoryReader
  • StaticSeoUrlRepositoryWriter

Class StaticSeoUrlRepositoryReader

Class StaticSeoUrlRepositoryReader

StaticSeoUrlRepositoryReader implements StaticSeoUrlRepositoryReaderInterface
Package: StaticSeoUrl\Repositories
Category: System
Located at Services/Core/StaticSeoUrl/Repositories/Reader/StaticSeoUrlRepositoryReader.inc.php

Methods summary

public
# __construct( CI_DB_query_builder $db )

StaticSeoUrlRepositoryReader constructor.

StaticSeoUrlRepositoryReader constructor.

Parameters

$db
Query builder.
public StaticSeoUrlInterface
# getById( IdType $staticSeoUrlId )

Returns a StaticSeoUrl instance by the given staticSeoUrl ID.

Returns a StaticSeoUrl instance by the given staticSeoUrl ID.

Parameters

$staticSeoUrlId

Returns

StaticSeoUrlInterface

Throws

UnexpectedValueException
if no staticSeoUrl record for the provided staticSeoUrl ID was found.

Implementation of

StaticSeoUrlRepositoryReaderInterface::getById()
public StaticSeoUrlCollection
# getAll( )

Returns a StaticSeoUrlCollection with all existing StaticSeoUrl objects.

Returns a StaticSeoUrlCollection with all existing StaticSeoUrl objects.

Returns

StaticSeoUrlCollection

Implementation of

StaticSeoUrlRepositoryReaderInterface::getAll()
protected
# _setDbValues( StaticSeoUrl $staticSeoUrl, array $row )

Assign the StaticSeoUrl values via the setter.

Assign the StaticSeoUrl values via the setter.

Parameters

$staticSeoUrl
$row

Throws

InvalidArgumentException
If $row contains invalid values.

Properties summary

protected string $table

Table name

Table name

# 'static_seo_urls'
protected CI_DB_query_builder $db

Query builder.

Query builder.

#
API documentation generated by ApiGen