\Smarty_Internal_ParseTree_Tag

A complete smarty tag.

Summary

Methods
Properties
Constants
to_smarty_php()
__destruct()
__construct()
assign_to_var()
$data
$subtrees
$saved_block_nesting
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$data

$data : mixed

Buffer content

Type

mixed

$subtrees

$subtrees : array

Subtree array

Type

array

$saved_block_nesting

$saved_block_nesting : integer

Saved block nesting level

Type

integer

Methods

to_smarty_php()

to_smarty_php(\Smarty_Internal_Templateparser  $parser) : string

Return buffer content

Parameters

\Smarty_Internal_Templateparser $parser

Returns

string —

content

__destruct()

__destruct() 

Template data object destructor

__construct()

__construct(\Smarty_Internal_Templateparser  $parser, string  $data) 

Create parse tree buffer for Smarty tag

Parameters

\Smarty_Internal_Templateparser $parser

parser object

string $data

content

assign_to_var()

assign_to_var(\Smarty_Internal_Templateparser  $parser) : string

Return complied code that loads the evaluated output of buffer content into a temporary variable

Parameters

\Smarty_Internal_Templateparser $parser

Returns

string —

template code