Class VersionInfoServiceFactory

Class VersionInfoServiceFactory

Methods summary

public __construct( CI_DB_query_builder $db, ExistingDirectory $versionInfoFilePath )

VersionInfoServiceFactory constructor.

public createVersionInfoService( void ) : VersionInfoService

Creates a version info read service.

protected _createVersionInfoItemFactory( void )

Properties summary

protected $db : CI_DB_query_builder

Database connection.


		
protected $versionInfoFilePath : ExistingDirectory

Absolute file path for the version info receipts.