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
  • 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
  • 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

Classes

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

Class StaticSeoUrlContentRepositoryReader

Class StaticSeoUrlContentRepositoryReader

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

Methods summary

public
# __construct( CI_DB_query_builder $db )

StaticSeoUrlContentRepositoryReader constructor.

StaticSeoUrlContentRepositoryReader constructor.

Parameters

$db
public StaticSeoUrlContentCollection
# getByStaticSeoUrlId( IdType $staticSeoUrlId )

Returns a StaticSeoUrlContentCollection for the given StaticSeoUrl ID.

Returns a StaticSeoUrlContentCollection for the given StaticSeoUrl ID.

Parameters

$staticSeoUrlId

Returns

StaticSeoUrlContentCollection

All staticSeoUrlContents found by the staticSeoUrlId ID as a StaticSeoUrlContentCollection.

Throws

UnexpectedValueException
InvalidArgumentException

Implementation of

StaticSeoUrlContentRepositoryReaderInterface::getByStaticSeoUrlId()
public StaticSeoUrlContentInterface
# getById( IdType $staticSeoUrlContentId )

Returns a StaticSeoUrlContent instance by the given staticSeoUrlContent ID.

Returns a StaticSeoUrlContent instance by the given staticSeoUrlContent ID.

Parameters

$staticSeoUrlContentId

Returns

StaticSeoUrlContentInterface

Throws

UnexpectedValueException
InvalidArgumentException

Implementation of

StaticSeoUrlContentRepositoryReaderInterface::getById()
protected
# _setDbValues( StaticSeoUrlContent $staticSeoUrlContent, array $row )

Assign the staticSeoUrlContent values via the setters.

Assign the staticSeoUrlContent values via the setters.

Parameters

$staticSeoUrlContent
StaticSeoUrlContent object.
$row
Fetched DB row.

Throws

InvalidArgumentException
If $row contains invalid values.

Properties summary

protected string $table

Table name

Table name

# 'static_seo_url_contents'
protected CI_DB_query_builder $db

Query builder.

Query builder.

#
API documentation generated by ApiGen