StaticSeoUrlServiceFactory

Extends \AbstractStaticSeoUrlServiceFactory

Class StaticSeoUrlServiceFactory

category

System

package

StaticSeoUrl

subpackage

Factories

Methods

StaticSeoUrlServiceFactory constructor.

__construct(\CI_DB_query_builder $db) 

Arguments

$db

\CI_DB_query_builder

Database connection.

Creates a new instance of a StaticSeoUrlContentRepositoryDeleter object.

_createContentDeleter() : \StaticSeoUrlContentRepositoryDeleter

Consecutive calls provide the same object.

Response

\StaticSeoUrlContentRepositoryDeleter

Creates a new instance of a StaticSeoUrlContentRepositoryReader object.

_createContentReader() : \StaticSeoUrlContentRepositoryReader

Consecutive calls provide the same object.

Response

\StaticSeoUrlContentRepositoryReader

Creates a new instance of a StaticSeoUrlContentRepository object.

_createContentRepository() : \StaticSeoUrlContentRepository

Consecutive calls provide the same object.

Response

\StaticSeoUrlContentRepository

Creates a new instance of a StaticSeoUrlContentRepositoryWriter object.

_createContentWriter() : \StaticSeoUrlContentRepositoryWriter

Consecutive calls provide the same object.

Response

\StaticSeoUrlContentRepositoryWriter

Creates a new instance of a StaticSeoUrlRepositoryDeleter object.

_createDeleter() : \StaticSeoUrlRepositoryDeleter

Consecutive calls provide the same object.

Response

\StaticSeoUrlRepositoryDeleter

Creates a new instance of a StaticSeoUrlRepositoryReader object.

_createReader() : \StaticSeoUrlRepositoryReader

Consecutive calls provide the same object.

Response

\StaticSeoUrlRepositoryReader

Creates a new instance of a StaticSeoUrlRepository object.

_createRepository() : \StaticSeoUrlRepository

Consecutive calls provide the same object.

Response

\StaticSeoUrlRepository

Creates a new instance of a StaticSeoUrlRepositoryWriter object.

_createWriter() : \StaticSeoUrlRepositoryWriter

Consecutive calls provide the same object.

Response

\StaticSeoUrlRepositoryWriter

Creates a staticSeoUrl read service.

createStaticSeoUrlReadService() : \StaticSeoUrlReadServiceInterface
inherited abstract

Creates a staticSeoUrl write service.

createStaticSeoUrlWriteService() : \StaticSeoUrlWriteServiceInterface
inherited abstract

Properties

Database connection.

db : \CI_DB_query_builder
var

Type(s)

\CI_DB_query_builder

repository

repository : \StaticSeoUrlRepository

writer

writer : \StaticSeoUrlRepositoryWriter

reader

reader : \StaticSeoUrlRepositoryReader

deleter

deleter : \StaticSeoUrlRepositoryDeleter

contentRepository

contentRepository : \StaticSeoUrlContentRepository

contentWriter

contentWriter : \StaticSeoUrlContentRepositoryWriter

contentReader

contentReader : \StaticSeoUrlContentRepositoryReader

contentDeleter

contentDeleter : \StaticSeoUrlContentRepositoryDeleter