PHP Класс Neos\FluidAdaptor\Core\ViewHelper\TemplateVariableContainer

Наследование: extends TYPO3Fluid\Fluid\Core\Variables\StandardVariableProvider, implements TYPO3Fluid\Fluid\Core\Variables\VariableProviderInterface
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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