Class StaticSeoUrlServiceFactory

Class StaticSeoUrlServiceFactory

AbstractStaticSeoUrlServiceFactory
StaticSeoUrlServiceFactory

Methods summary

public __construct( CI_DB_query_builder $db )

StaticSeoUrlServiceFactory constructor.

public createStaticSeoUrlReadService( void ) : StaticSeoUrlReadServiceInterface

Creates a staticSeoUrl read service.

public createStaticSeoUrlWriteService( void ) : StaticSeoUrlWriteService

Creates a staticSeoUrl write service.

protected _createRepository( void ) : StaticSeoUrlRepository

Creates a new instance of a StaticSeoUrlRepository object. Consecutive calls provide the same object.

protected _createWriter( void ) : StaticSeoUrlRepositoryWriter

Creates a new instance of a StaticSeoUrlRepositoryWriter object. Consecutive calls provide the same object.

protected _createReader( void ) : StaticSeoUrlRepositoryReader

Creates a new instance of a StaticSeoUrlRepositoryReader object. Consecutive calls provide the same object.

protected _createDeleter( void ) : StaticSeoUrlRepositoryDeleter

Creates a new instance of a StaticSeoUrlRepositoryDeleter object. Consecutive calls provide the same object.

protected _createContentRepository( void ) : StaticSeoUrlContentRepository

Creates a new instance of a StaticSeoUrlContentRepository object. Consecutive calls provide the same object.

protected _createContentWriter( void ) : StaticSeoUrlContentRepositoryWriter

Creates a new instance of a StaticSeoUrlContentRepositoryWriter object. Consecutive calls provide the same object.

protected _createContentReader( void ) : StaticSeoUrlContentRepositoryReader

Creates a new instance of a StaticSeoUrlContentRepositoryReader object. Consecutive calls provide the same object.

protected _createContentDeleter( void ) : StaticSeoUrlContentRepositoryDeleter

Creates a new instance of a StaticSeoUrlContentRepositoryDeleter object. Consecutive calls provide the same object.

Properties summary