Class StaticSeoUrlServiceFactory
Class StaticSeoUrlServiceFactory
- AbstractStaticSeoUrlServiceFactory
- ┗ StaticSeoUrlServiceFactory
Category: System
Located at Services/Core/StaticSeoUrl/Factories/StaticSeoUrlServiceFactory.inc.php
Methods summary
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.