PHP Class Neos\Fusion\Tests\Functional\TypoScriptObjects\Fixtures\WrappedNestedObjectRenderer

Needed for more complex prototype inheritance chain testing.
Inheritance: extends Neos\Fusion\TypoScriptObjects\AbstractArrayTypoScriptObject
Afficher le fichier Open project: neos/neos-development-collection

Méthodes publiques

Méthode Description
evaluate ( ) : string
getAppend ( ) : string The string the current value should be suffixed with
getPrepend ( ) : string The string the current value should be prepended with

Method Details

evaluate() public méthode

public evaluate ( ) : string
Résultat string

getAppend() public méthode

The string the current value should be suffixed with
public getAppend ( ) : string
Résultat string

getPrepend() public méthode

The string the current value should be prepended with
public getPrepend ( ) : string
Résultat string