PHP Класс Neos\Eel\Helper\ConfigurationHelper

Наследование: implements Neos\Eel\ProtectedContextAwareInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$configurationManager Neos\Flow\Configuration\ConfigurationManager

Открытые методы

Метод Описание
allowsCallOfMethod ( string $methodName ) : boolean All methods are considered safe
setting ( string $settingPath ) : mixed Return the specified settings

Описание методов

allowsCallOfMethod() публичный Метод

All methods are considered safe
public allowsCallOfMethod ( string $methodName ) : boolean
$methodName string
Результат boolean

setting() публичный Метод

Examples:: Configuration.setting('Neos.Flow.core.context') == 'Production' Configuration.setting('Acme.Demo.speedMode') == 'light speed'
public setting ( string $settingPath ) : mixed
$settingPath string
Результат mixed

Описание свойств

$configurationManager защищенное свойство

protected ConfigurationManager,Neos\Flow\Configuration $configurationManager
Результат Neos\Flow\Configuration\ConfigurationManager