PHP Class Neos\Eel\Helper\ConfigurationHelper

Inheritance: implements Neos\Eel\ProtectedContextAwareInterface
Mostrar archivo Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$configurationManager Neos\Flow\Configuration\ConfigurationManager

Public Methods

Method Description
allowsCallOfMethod ( string $methodName ) : boolean All methods are considered safe
setting ( string $settingPath ) : mixed Return the specified settings

Method Details

allowsCallOfMethod() public method

All methods are considered safe
public allowsCallOfMethod ( string $methodName ) : boolean
$methodName string
return boolean

setting() public method

Examples:: Configuration.setting('Neos.Flow.core.context') == 'Production' Configuration.setting('Acme.Demo.speedMode') == 'light speed'
public setting ( string $settingPath ) : mixed
$settingPath string
return mixed

Property Details

$configurationManager protected_oe property

protected ConfigurationManager,Neos\Flow\Configuration $configurationManager
return Neos\Flow\Configuration\ConfigurationManager