StaticSeoUrlServiceFactory
extends AbstractStaticSeoUrlServiceFactory
in package
Class StaticSeoUrlServiceFactory
Tags
Table of Contents
- $contentDeleter : StaticSeoUrlContentRepositoryDeleter
- $contentReader : StaticSeoUrlContentRepositoryReader
- $contentRepository : StaticSeoUrlContentRepository
- $contentWriter : StaticSeoUrlContentRepositoryWriter
- $db : CI_DB_query_builder
- Database connection.
- $deleter : StaticSeoUrlRepositoryDeleter
- $reader : StaticSeoUrlRepositoryReader
- $repository : StaticSeoUrlRepository
- $writer : StaticSeoUrlRepositoryWriter
- __construct() : mixed
- StaticSeoUrlServiceFactory constructor.
- createStaticSeoUrlReadService() : StaticSeoUrlReadServiceInterface
- Creates a staticSeoUrl read service.
- createStaticSeoUrlWriteService() : StaticSeoUrlWriteService
- Creates a staticSeoUrl write service.
- _createContentDeleter() : StaticSeoUrlContentRepositoryDeleter
- Creates a new instance of a StaticSeoUrlContentRepositoryDeleter object.
- _createContentReader() : StaticSeoUrlContentRepositoryReader
- Creates a new instance of a StaticSeoUrlContentRepositoryReader object.
- _createContentRepository() : StaticSeoUrlContentRepository
- Creates a new instance of a StaticSeoUrlContentRepository object.
- _createContentWriter() : StaticSeoUrlContentRepositoryWriter
- Creates a new instance of a StaticSeoUrlContentRepositoryWriter object.
- _createDeleter() : StaticSeoUrlRepositoryDeleter
- Creates a new instance of a StaticSeoUrlRepositoryDeleter object.
- _createReader() : StaticSeoUrlRepositoryReader
- Creates a new instance of a StaticSeoUrlRepositoryReader object.
- _createRepository() : StaticSeoUrlRepository
- Creates a new instance of a StaticSeoUrlRepository object.
- _createWriter() : StaticSeoUrlRepositoryWriter
- Creates a new instance of a StaticSeoUrlRepositoryWriter object.
Properties
$contentDeleter
protected
StaticSeoUrlContentRepositoryDeleter
$contentDeleter
$contentReader
protected
StaticSeoUrlContentRepositoryReader
$contentReader
$contentRepository
protected
StaticSeoUrlContentRepository
$contentRepository
$contentWriter
protected
StaticSeoUrlContentRepositoryWriter
$contentWriter
$db
Database connection.
protected
CI_DB_query_builder
$db
$deleter
protected
StaticSeoUrlRepositoryDeleter
$deleter
$reader
protected
StaticSeoUrlRepositoryReader
$reader
$repository
protected
StaticSeoUrlRepository
$repository
$writer
protected
StaticSeoUrlRepositoryWriter
$writer
Methods
__construct()
StaticSeoUrlServiceFactory constructor.
public
__construct(CI_DB_query_builder $db) : mixed
Parameters
- $db : CI_DB_query_builder
-
Database connection.
Return values
mixed —createStaticSeoUrlReadService()
Creates a staticSeoUrl read service.
public
createStaticSeoUrlReadService() : StaticSeoUrlReadServiceInterface
Return values
StaticSeoUrlReadServiceInterface —createStaticSeoUrlWriteService()
Creates a staticSeoUrl write service.
public
createStaticSeoUrlWriteService() : StaticSeoUrlWriteService
Return values
StaticSeoUrlWriteService —_createContentDeleter()
Creates a new instance of a StaticSeoUrlContentRepositoryDeleter object.
protected
_createContentDeleter() : StaticSeoUrlContentRepositoryDeleter
Consecutive calls provide the same object.
Return values
StaticSeoUrlContentRepositoryDeleter —_createContentReader()
Creates a new instance of a StaticSeoUrlContentRepositoryReader object.
protected
_createContentReader() : StaticSeoUrlContentRepositoryReader
Consecutive calls provide the same object.
Return values
StaticSeoUrlContentRepositoryReader —_createContentRepository()
Creates a new instance of a StaticSeoUrlContentRepository object.
protected
_createContentRepository() : StaticSeoUrlContentRepository
Consecutive calls provide the same object.
Return values
StaticSeoUrlContentRepository —_createContentWriter()
Creates a new instance of a StaticSeoUrlContentRepositoryWriter object.
protected
_createContentWriter() : StaticSeoUrlContentRepositoryWriter
Consecutive calls provide the same object.
Return values
StaticSeoUrlContentRepositoryWriter —_createDeleter()
Creates a new instance of a StaticSeoUrlRepositoryDeleter object.
protected
_createDeleter() : StaticSeoUrlRepositoryDeleter
Consecutive calls provide the same object.
Return values
StaticSeoUrlRepositoryDeleter —_createReader()
Creates a new instance of a StaticSeoUrlRepositoryReader object.
protected
_createReader() : StaticSeoUrlRepositoryReader
Consecutive calls provide the same object.
Return values
StaticSeoUrlRepositoryReader —_createRepository()
Creates a new instance of a StaticSeoUrlRepository object.
protected
_createRepository() : StaticSeoUrlRepository
Consecutive calls provide the same object.
Return values
StaticSeoUrlRepository —_createWriter()
Creates a new instance of a StaticSeoUrlRepositoryWriter object.
protected
_createWriter() : StaticSeoUrlRepositoryWriter
Consecutive calls provide the same object.