PHP 클래스 Neos\Fusion\TypoScriptObjects\RendererImplementation

The Renderer object will evaluate to a result using either renderer, renderPath or type from the configuration.
상속: extends AbstractTypoScriptObject
파일 보기 프로젝트 열기: neos/neos-development-collection 1 사용 예제들

공개 메소드들

메소드 설명
evaluate ( ) : mixed Render $type and return it.
getRenderPath ( ) : string A path to a TypoScript configuration
getType ( ) : string The type to render if condition is TRUE

메소드 상세

evaluate() 공개 메소드

Render $type and return it.
public evaluate ( ) : mixed
리턴 mixed

getRenderPath() 공개 메소드

A path to a TypoScript configuration
public getRenderPath ( ) : string
리턴 string

getType() 공개 메소드

The type to render if condition is TRUE
public getType ( ) : string
리턴 string