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

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

Public Methods

Method 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 method

public evaluate ( ) : string
return string

getAppend() public method

The string the current value should be suffixed with
public getAppend ( ) : string
return string

getPrepend() public method

The string the current value should be prepended with
public getPrepend ( ) : string
return string