PHP Class Neos\Fusion\TypoScriptObjects\MatcherImplementation

Inheritance: extends RendererImplementation
Afficher le fichier Open project: neos/neos-development-collection

Méthodes publiques

Méthode Description
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

Method Details

evaluate() public méthode

If $condition matches, render $type and return it. Else, return MATCH_NORESULT.
public evaluate ( ) : mixed
Résultat mixed

getCondition() public méthode

public getCondition ( ) : boolean
Résultat boolean

getRenderPath() public méthode

A path to a TypoScript configuration
public getRenderPath ( ) : string
Résultat string

getType() public méthode

The type to render if condition is TRUE
public getType ( ) : string
Résultat string