\_smarty_tag

A complete smarty tag.

Summary

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

$parser

$parser : object

Parser object

Type

object

$data

$data : mixed

Buffer content

Type

mixed

$saved_block_nesting

$saved_block_nesting : integer

Saved block nesting level

Type

integer

Methods

to_smarty_php()

to_smarty_php() : string

Return buffer content

Returns

string —

content

__construct()

__construct(object  $parser, string  $data) 

Create parse tree buffer for Smarty tag

Parameters

object $parser

parser object

string $data

content

assign_to_var()

assign_to_var() : string

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

Returns

string —

template code