Jet\DataModel_Config

Represents the definition of the main Jet DataModel configuration.

Overview of methods

Method Meaning of
public getBackendType(
) : string
Returns the configured default backend type.
public setBackendType(
string $backend_type
) : void
Sets the configured default backend type.
public getBackendConfig(
) : DataModel_Backend_Config
Returns the default backend configuration.
Previous chapter
Jet\DataModel_RecordData_Item
Next chapter
Jet\DataModel_Backend