\Smarty_Internal_ParseTree_Text

Smarty Internal Plugin Templateparser Parse Tree These are classes to build parse tree in the template parser

Summary

Methods
Properties
Constants
to_smarty_php()
__destruct()
__construct()
$data
$subtrees
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

Methods

to_smarty_php()

to_smarty_php(\Smarty_Internal_Templateparser  $parser) : string

Return buffer content

Parameters

\Smarty_Internal_Templateparser $parser

Returns

string —

text

__destruct()

__destruct() 

Template data object destructor

__construct()

__construct(string  $data) 

Create template text buffer

Parameters

string $data

text