InfoBoxFactory
in package
implements
InfoBoxFactoryInterface
Class InfoBoxFactory
Tags
Interfaces, Classes and Traits
- InfoBoxFactoryInterface
- Interface InfoBoxFactoryInterface
Table of Contents
- $db : CI_DB_query_builder
- __construct() : mixed
- Class constructor
- createInfoBoxService() : InfoBoxService
- Creates an InfoBoxService instance.
- _createInfoBoxRepository() : InfoBoxRepository
- Create an InfoBoxRepository instance.
- _createInfoBoxRepositoryDeleter() : InfoBoxRepositoryDeleter
- Create an InfoBoxRepositoryDeleter instance.
- _createInfoBoxRepositoryReader() : InfoBoxRepositoryReader
- Create an InfoBoxRepositoryReader instance.
- _createInfoBoxRepositoryWriter() : InfoBoxRepositoryWriter
- Create an InfoBoxRepositoryWriter instance.
Properties
$db
protected
CI_DB_query_builder
$db
Methods
__construct()
Class constructor
public
__construct(CI_DB_query_builder $db) : mixed
Parameters
- $db : CI_DB_query_builder
Return values
mixed —createInfoBoxService()
Creates an InfoBoxService instance.
public
createInfoBoxService() : InfoBoxService
Return values
InfoBoxService —_createInfoBoxRepository()
Create an InfoBoxRepository instance.
protected
_createInfoBoxRepository() : InfoBoxRepository
Return values
InfoBoxRepository —_createInfoBoxRepositoryDeleter()
Create an InfoBoxRepositoryDeleter instance.
protected
_createInfoBoxRepositoryDeleter() : InfoBoxRepositoryDeleter
Return values
InfoBoxRepositoryDeleter —_createInfoBoxRepositoryReader()
Create an InfoBoxRepositoryReader instance.
protected
_createInfoBoxRepositoryReader() : InfoBoxRepositoryReader
Return values
InfoBoxRepositoryReader —_createInfoBoxRepositoryWriter()
Create an InfoBoxRepositoryWriter instance.
protected
_createInfoBoxRepositoryWriter() : InfoBoxRepositoryWriter