AdiantiApplicationConfig
in package
Application config
Tags
Table of Contents
Properties
- $config : mixed
Methods
- apply() : mixed
- Apply some configurations that change env vars
- get() : mixed
- Export configuration
- load() : mixed
- Load configuration from array
Properties
$config
private
static mixed
$config
Methods
apply()
Apply some configurations that change env vars
public
static apply() : mixed
get()
Export configuration
public
static get() : mixed
load()
Load configuration from array
public
static load(mixed $config) : mixed
Parameters
- $config : mixed