PHP 클래스 Neos\Eel\Helper\ConfigurationHelper

상속: implements Neos\Eel\ProtectedContextAwareInterface
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$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