Class StaticSeoUrlServiceFactory
Class StaticSeoUrlServiceFactory
- AbstractStaticSeoUrlServiceFactory
-
StaticSeoUrlServiceFactory
Category: System
Located at Services/Core/StaticSeoUrl/Factories/StaticSeoUrlServiceFactory.inc.php
Methods summary
public
|
|
public
|
|
public
|
|
protected
|
#
_createRepository( )
Creates a new instance of a StaticSeoUrlRepository object. Consecutive calls provide the same object. |
protected
|
#
_createWriter( )
Creates a new instance of a StaticSeoUrlRepositoryWriter object. Consecutive calls provide the same object. |
protected
|
#
_createReader( )
Creates a new instance of a StaticSeoUrlRepositoryReader object. Consecutive calls provide the same object. |
protected
|
#
_createDeleter( )
Creates a new instance of a StaticSeoUrlRepositoryDeleter object. Consecutive calls provide the same object. |
protected
|
#
_createContentRepository( )
Creates a new instance of a StaticSeoUrlContentRepository object. Consecutive calls provide the same object. |
protected
|
#
_createContentWriter( )
Creates a new instance of a StaticSeoUrlContentRepositoryWriter object. Consecutive calls provide the same object. |
protected
|
#
_createContentReader( )
Creates a new instance of a StaticSeoUrlContentRepositoryReader object. Consecutive calls provide the same object. |
protected
|
#
_createContentDeleter( )
Creates a new instance of a StaticSeoUrlContentRepositoryDeleter object. Consecutive calls provide the same object. |
Properties summary
protected
CI_DB_query_builder
|
$db
Database connection. |
|
protected
|
$repository
|
|
protected
|
$writer
|
|
protected
|
$reader
|
|
protected
|
$deleter
|
|
protected
|
$contentRepository
|
|
protected
|
$contentWriter
|
|
protected
|
$contentReader
|
|
protected
|
$contentDeleter
|