\Smarty_Internal_ParseTree_Dq

Double quoted string inside a tag.

Summary

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

Merge subtree buffer content together

Parameters

\Smarty_Internal_Templateparser $parser

Returns

string —

compiled template code

__destruct()

__destruct() 

Template data object destructor

__construct()

__construct(object  $parser, \Smarty_Internal_ParseTree  $subtree) 

Create parse tree buffer for double quoted string subtrees

Parameters

object $parser

parser object

\Smarty_Internal_ParseTree $subtree

parse tree buffer