Class ReviewServiceFactory

Class ReviewServiceFactory

Methods summary

public __construct( CI_DB_query_builder $query_builder )

ReviewServiceFactory constructor.

public createWriteService( void ) : ReviewWriteServiceInterface

Creates a review write service.

public createReadService( void ) : ReviewReadServiceInterface

Creates a review read service.

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.

Properties summary