\Ceo\View\Tags\HelpersConfig

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.

Summary

Methods
Properties
Constants
__construct()
get()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$service
N/A

Properties

$service

$service : 

Type

Methods

__construct()

__construct() 

get()

get(string  $key) : mixed

Fetch key from service

Parameters

string $key

Returns

mixed