PHP Interface Latte\Runtime\ISnippetBridge

Datei anzeigen Open project: nette/latte Interface Usage Examples

Public Methods

Method Description
addSnippet ( $name, $content ) : mixed
getHtmlId ( $name ) : string
isSnippetMode ( ) : boolean
markRedrawn ( $name ) : void
needsRedraw ( $name ) : boolean
renderChildren ( ) : void
setSnippetMode ( $snippetMode ) : void

Method Details

addSnippet() public method

public addSnippet ( $name, $content ) : mixed
return mixed

getHtmlId() public method

public getHtmlId ( $name ) : string
return string

isSnippetMode() public method

public isSnippetMode ( ) : boolean
return boolean

markRedrawn() public method

public markRedrawn ( $name ) : void
return void

needsRedraw() public method

public needsRedraw ( $name ) : boolean
return boolean

renderChildren() public method

public renderChildren ( ) : void
return void

setSnippetMode() public method

public setSnippetMode ( $snippetMode ) : void
return void