\_smarty_template_buffer

Template element

Summary

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

$parser

$parser : object

Parser object

Type

object

$data

$data : mixed

Buffer content

Type

mixed

$subtrees

$subtrees : array

Array of template elements

Type

array

Methods

to_smarty_php()

to_smarty_php() : string

Sanitize and merge subtree buffers together

Returns

string —

template code content

__construct()

__construct(object  $parser) 

Create root of parse tree for template elements

Parameters

object $parser

parse object

append_subtree()

append_subtree(\_smarty_parsetree  $subtree) 

Append buffer to subtree

Parameters

\_smarty_parsetree $subtree