PHP 클래스 Neos\Fusion\TypoScriptObjects\TemplateImplementation

tsPath variables TODO The result of this TS object is made available inside the template as "variables"
상속: extends AbstractArrayTypoScriptObject
파일 보기 프로젝트 열기: neos/neos-development-collection 1 사용 예제들

공개 메소드들

메소드 설명
evaluate ( ) : string
getLayoutRootPath ( ) : string Path to the layout root
getPartialRootPath ( ) : string Path to the partial root
getPath ( ) : string
getSectionName ( ) : string Name of a specific section, if only this section should be rendered.
getTemplatePath ( ) : string Path to the template which should be rendered

보호된 메소드들

메소드 설명
initializeView ( FluidView $view ) : void This is a template method which can be overridden in subclasses to add new variables which should be available inside the Fluid template. It is needed e.g. for Expose.

메소드 상세

evaluate() 공개 메소드

public evaluate ( ) : string
리턴 string

getLayoutRootPath() 공개 메소드

Path to the layout root
public getLayoutRootPath ( ) : string
리턴 string

getPartialRootPath() 공개 메소드

Path to the partial root
public getPartialRootPath ( ) : string
리턴 string

getPath() 공개 메소드

public getPath ( ) : string
리턴 string

getSectionName() 공개 메소드

Name of a specific section, if only this section should be rendered.
public getSectionName ( ) : string
리턴 string

getTemplatePath() 공개 메소드

Path to the template which should be rendered
public getTemplatePath ( ) : string
리턴 string

initializeView() 보호된 메소드

This is a template method which can be overridden in subclasses to add new variables which should be available inside the Fluid template. It is needed e.g. for Expose.
protected initializeView ( FluidView $view ) : void
$view Neos\Fusion\TypoScriptObjects\Helpers\FluidView
리턴 void