GXCoreLoaderInterface
in
Interface GXCoreLoaderInterface
Tags
Table of Contents
- getDatabaseQueryBuilder() : CI_DB_query_builder
- Get a CodeIgniter Query Builder Object
- getDebugBar() : DebugBar
- Method depends on the PHP DebugBar library.
- getDebugBarAssets() : array<string|int, mixed>
- Method depends on the PHP DebugBar library.
- getService() : AddressBookService|CountryService|CustomerService
- Get Service Object
- getThemeControl() : ThemeControl
- Returns an instance of the ThemeControl.
- getViewSettings() : ViewSettings
- Database settings for theme/template active
Methods
getDatabaseQueryBuilder()
Get a CodeIgniter Query Builder Object
public
getDatabaseQueryBuilder() : CI_DB_query_builder
Return values
CI_DB_query_builder —getDebugBar()
Method depends on the PHP DebugBar library.
public
getDebugBar() : DebugBar
Return values
DebugBar —getDebugBarAssets()
Method depends on the PHP DebugBar library.
public
getDebugBarAssets() : array<string|int, mixed>
Return values
array<string|int, mixed> —Returns array with the and HTML assets.
getService()
Get Service Object
public
getService(string $serviceName) : AddressBookService|CountryService|CustomerService
Parameters
- $serviceName : string
Tags
Return values
AddressBookService|CountryService|CustomerService —getThemeControl()
Returns an instance of the ThemeControl.
public
getThemeControl() : ThemeControl
Return values
ThemeControl —getViewSettings()
Database settings for theme/template active
public
getViewSettings() : ViewSettings