PHP Класс Neos\Fusion\TypoScriptObjects\RendererImplementation

The Renderer object will evaluate to a result using either renderer, renderPath or type from the configuration.
Наследование: extends AbstractTypoScriptObject
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
evaluate ( ) : mixed Render $type and return it.
getRenderPath ( ) : string A path to a TypoScript configuration
getType ( ) : string The type to render if condition is TRUE

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

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

Render $type and return it.
public evaluate ( ) : mixed
Результат mixed

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

A path to a TypoScript configuration
public getRenderPath ( ) : string
Результат string

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

The type to render if condition is TRUE
public getType ( ) : string
Результат string