\Box\Brainy\Compiler\HelpersDoubleQuoted

Summary

Methods
Properties
Constants
to_smarty_php()
to_inline_data()
echo_data()
can_combine_inline_data()
__construct()
append_subtree()
$data
No constants found
escape_data()
No protected properties found
N/A
No private methods found
$parser
N/A

Properties

$data

$data : mixed

Buffer content

Type

mixed

$parser

$parser : 

Type

Methods

to_smarty_php()

to_smarty_php() : string

Returns a PHP expression

Returns

string —

compiled template code

to_inline_data()

to_inline_data() : string

Return the raw string contents of the node

Returns

string

echo_data()

echo_data(string  $data) : string

Parameters

string $data

Returns

string

can_combine_inline_data()

can_combine_inline_data() : boolean

Returns

boolean

__construct()

__construct(object  $parser) 

Parameters

object $parser

parser object

escape_data()

escape_data(string  $toEscape) : string

Return escaped data

Parameters

string $toEscape

Returns

string —

escaped string