class Config extends Module

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.

Methods

__construct()

No description

mixed
get(string $key)

Fetch key from service

Details

at line 24
__construct()

at line 34
mixed get(string $key)

Fetch key from service

Parameters

string $key

Return Value

mixed