phpDocumentor

GXCoreLoaderInterface

Interface GXCoreLoaderInterface

Tags
category

System

subpackage

Interfaces

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

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.

Search results