Class ReviewServiceFactory
Class ReviewServiceFactory
Package: Review\Factories
Category: System
Located at Services/Core/Review/Factories/ReviewServiceFactory.inc.php
Category: System
Located at Services/Core/Review/Factories/ReviewServiceFactory.inc.php
Methods summary
protected
_createReader( void )
: ReviewReader
Creates a new instance of ReviewReader. Consecutive calls provide the same object.
protected
_createWriter( void )
: ReviewWriter
Creates a new instance of ReviewWriter. Consecutive calls provide the same object.
protected
_createDeleter( void )
: ReviewDeleter
Creates a new instance of ReviewDeleter. Consecutive calls provide the same object.
protected
_createRepository( void )
: ReviewRepository
Creates a new instance of ReviewRepository. Consecutive calls provide the same object.
protected
_createFactory( void )
: ReviewFactory
Creates a new instance of ReviewFactory Consecutive calls provide the same object.