Config
extends Module
in package
Provides a Gryphon compatible config helper to access the original site Gryphon config, accepts the colon notation.
To access the CEO config, use the dependency injector.
{{ view.di.getConfig }}
One special note, will provide the current debug status by
requesting {{ config.get('debug') }}
and NOT what is
currently listed in the Gryphon config.
Table of Contents
- $service : mixed
- __construct() : mixed
- get() : mixed
- Fetch key from service
Properties
$service
private
mixed
$service
Methods
__construct()
public
__construct() : mixed
Return values
mixed —get()
Fetch key from service
public
get(string $key) : mixed
Parameters
- $key : string