PHP 클래스 Neos\Neos\Ui\TypoScript\RenderStateImplementation

상속: extends TYPO3\TypoScript\TypoScriptObjects\AbstractTypoScriptObject
파일 보기 프로젝트 열기: neos/neos-ui

보호된 프로퍼티들

프로퍼티 타입 설명
$stateInSettings array
$stateRenderingService Neos\Neos\Ui\Domain\Service\StateRenderingService

공개 메소드들

메소드 설명
evaluate ( ) : string Appends an item to the given collection

보호된 메소드들

메소드 설명
getContext ( )
getState ( )

메소드 상세

evaluate() 공개 메소드

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

getContext() 보호된 메소드

protected getContext ( )

getState() 보호된 메소드

protected getState ( )

프로퍼티 상세

$stateInSettings 보호되어 있는 프로퍼티

protected array $stateInSettings
리턴 array

$stateRenderingService 보호되어 있는 프로퍼티

protected StateRenderingService,Neos\Neos\Ui\Domain\Service $stateRenderingService
리턴 Neos\Neos\Ui\Domain\Service\StateRenderingService