PHP Class Neos\Neos\Ui\TypoScript\RenderStateImplementation

Inheritance: extends TYPO3\TypoScript\TypoScriptObjects\AbstractTypoScriptObject
Show file Open project: neos/neos-ui

Protected Properties

Property Type Description
$stateInSettings array
$stateRenderingService Neos\Neos\Ui\Domain\Service\StateRenderingService

Public Methods

Method Description
evaluate ( ) : string Appends an item to the given collection

Protected Methods

Method Description
getContext ( )
getState ( )

Method Details

evaluate() public method

Appends an item to the given collection
public evaluate ( ) : string
return string

getContext() protected method

protected getContext ( )

getState() protected method

protected getState ( )

Property Details

$stateInSettings protected property

protected array $stateInSettings
return array

$stateRenderingService protected property

protected StateRenderingService,Neos\Neos\Ui\Domain\Service $stateRenderingService
return Neos\Neos\Ui\Domain\Service\StateRenderingService