Class InfoBoxFactory

Class InfoBoxFactory

InfoBoxFactory implements InfoBoxFactoryInterface

Methods summary

public __construct( CI_DB_query_builder $db )

Class constructor

public createInfoBoxService( void ) : InfoBoxService

Creates an InfoBoxService instance.

protected _createInfoBoxRepository( void ) : InfoBoxRepository

Create an InfoBoxRepository instance.

protected _createInfoBoxRepositoryReader( void ) : InfoBoxRepositoryReader

Create an InfoBoxRepositoryReader instance.

protected _createInfoBoxRepositoryWriter( void ) : InfoBoxRepositoryWriter

Create an InfoBoxRepositoryWriter instance.

protected _createInfoBoxRepositoryDeleter( void ) : InfoBoxRepositoryDeleter

Create an InfoBoxRepositoryDeleter instance.

Properties summary

protected $db : CI_DB_query_builder