PHP 클래스 Neos\Fusion\TypoScriptObjects\MatcherImplementation

상속: extends RendererImplementation
파일 보기 프로젝트 열기: neos/neos-development-collection

공개 메소드들

메소드 설명
evaluate ( ) : mixed If $condition matches, render $type and return it. Else, return MATCH_NORESULT.
getCondition ( ) : boolean
getRenderPath ( ) : string A path to a TypoScript configuration
getType ( ) : string The type to render if condition is TRUE

메소드 상세

evaluate() 공개 메소드

If $condition matches, render $type and return it. Else, return MATCH_NORESULT.
public evaluate ( ) : mixed
리턴 mixed

getCondition() 공개 메소드

public getCondition ( ) : boolean
리턴 boolean

getRenderPath() 공개 메소드

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

getType() 공개 메소드

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