config()
config(string|null $alias = null, array|null $options = null) : array
Stores a list of options to be used when instantiating an object with a matching alias.
Parameters
string|null | $alias | Name of the alias |
array|null | $options | list of options for the alias |
Returns
array —The config data.