extends |
Smarty_Internal_ParseTree |
|---|
A complete smarty tag.
| Methods | ||||||
|---|---|---|---|---|---|---|
public
|
__construct(Smarty_Internal_Templateparser $parser, string $data)
Create parse tree buffer for Smarty tag
Create parse tree buffer for Smarty tag Parameters
|
# | ||||
public
|
to_smarty_php(Smarty_Internal_Templateparser $parser): string
Return buffer content
|
# | ||||
public
|
assign_to_var(Smarty_Internal_Templateparser $parser): string
Return complied code that loads the evaluated output of buffer content into a temporary variable
Return complied code that loads the evaluated output of buffer content into a temporary variable Returnstemplate code |
# | ||||
| Methods inherited from Smarty_Internal_ParseTree |
|---|
__destruct() |
| Properties | |||
|---|---|---|---|
public
|
int
|
$saved_block_nesting
|
# |
| Properties inherited from Smarty_Internal_ParseTree |
|---|
$data, $subtrees |