Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Latte
Runtime
ISnippetBridge
PHP Interface Latte\Runtime\ISnippetBridge
显示文件
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