static
void
FromFile
( $f, [ $constructor = 'JsonTemplate'])
void
CompileTemplate
( $template_str, [ $options = array()], [ $builder = null])
-
$template_str
-
$options
-
$builder
void
DoPredicate
( $block, $context)
void
DoSection
( $repeated, $block, $context, $callback)
-
$repeated
-
$block
-
$context
-
$callback
void
DoSubstitute
( $name, $formatters, $context, [ $callback = null])
-
$name
-
$formatters
-
$context
-
$callback
void
Execute
( $statements, $context, $callback)
-
$statements
-
$context
-
$callback
void
expand
( $template_str, $data, [ $options = array()])
-
$template_str
-
$data
-
$options
void
FromString
( $string, [ $constructor = 'JsonTemplate'])
void
MakeTokenRegex
( $meta_left, $meta_right)