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

Наследование: extends RendererImplementation
Показать файл Открыть проект

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

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

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

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

If $condition matches, render $type and return it. Else, return MATCH_NORESULT.
public evaluate ( ) : mixed
Результат mixed

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

public getCondition ( ) : boolean
Результат boolean

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

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

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

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