PHP 클래스 Neos\FluidAdaptor\Core\ViewHelper\TemplateVariableContainer

상속: extends TYPO3Fluid\Fluid\Core\Variables\StandardVariableProvider, implements TYPO3Fluid\Fluid\Core\Variables\VariableProviderInterface
파일 보기 프로젝트 열기: neos/flow-development-collection 1 사용 예제들

공개 메소드들

메소드 설명
get ( string $identifier ) : mixed
getByPath ( string $path, array $accessors = [] ) : mixed Get a variable by dotted path expression, retrieving the variable from nested arrays/objects one segment at a time.

보호된 메소드들

메소드 설명
getBooleanValue ( $path ) : boolean | null Tries to interpret the given path as boolean value, either returns the boolean value or null.

메소드 상세

get() 공개 메소드

public get ( string $identifier ) : mixed
$identifier string
리턴 mixed

getBooleanValue() 보호된 메소드

Tries to interpret the given path as boolean value, either returns the boolean value or null.
protected getBooleanValue ( $path ) : boolean | null
$path
리턴 boolean | null

getByPath() 공개 메소드

If the second argument is provided, it must be an array of accessor names which can be used to extract each value in the dotted path.
public getByPath ( string $path, array $accessors = [] ) : mixed
$path string
$accessors array
리턴 mixed