new ApplicationConfig()
Represents a configuration file that is applicable to an application or service.
Members
adapters :Array
Gets an array of data adapters.
Type:
- Array
adapterTypes :Array
Gets or sets a collection of data adapter types that are going to be use in data operation
Type:
- Array
dataTypes :Array
Gets or sets a collection of data types that are going to be use in data operation
Type:
- Array
engines :Array
Gets an array of HTTP view engines configuration
Type:
- Array
handlers :Array
Gets an array of all registered HTTP handlers.
Type:
- Array
locales :*
Gets or sets an object that holds application locales
Type:
- *
mimes :Array
Gets an array of all registered MIME types
Type:
- Array
routes :Array
Gets an array of all registered HTTP routes.
Type:
- Array
settings :Array
Gets or sets an object that holds application settings
Type:
- Array