Table of Contents
Properties
-
$_tpl_vars
: mixed
-
$compile_dir
: mixed
-
$force_compile
: mixed
-
$left_delimiter
: mixed
-
$right_delimiter
: mixed
-
$safe_mode
: mixed
-
$template_dir
: mixed
-
$_tmpData
: mixed
-
$_tmpIndex
: mixed
-
$_tmpPrefix
: mixed
Methods
-
assign()
: mixed
-
fetch()
: mixed
-
_compile()
: mixed
-
_match()
: mixed
-
_matchfunction()
: mixed
-
_matchmodifier()
: mixed
-
_tmpData()
: mixed
$_tpl_vars
public
static mixed
$_tpl_vars
= array()
$compile_dir
public
static mixed
$compile_dir
= ''
$force_compile
public
static mixed
$force_compile
= false
$left_delimiter
public
static mixed
$left_delimiter
= ''
$right_delimiter
public
static mixed
$right_delimiter
= ''
$safe_mode
public
static mixed
$safe_mode
= true
$template_dir
public
static mixed
$template_dir
= ''
$_tmpData
private
static mixed
$_tmpData
$_tmpIndex
private
static mixed
$_tmpIndex
= 0
$_tmpPrefix
private
static mixed
$_tmpPrefix
= "TPL_TMP_PREFIX_"
assign()
public
static assign(mixed $tpl_var[, mixed $value = null ]) : mixed
Parameters
-
$tpl_var
: mixed
-
-
$value
: mixed
= null
-
fetch()
public
static fetch(mixed $tpl) : mixed
Parameters
-
$tpl
: mixed
-
_compile()
private
static _compile(mixed $content) : mixed
Parameters
-
$content
: mixed
-
_match()
private
static _match(mixed $matches) : mixed
Parameters
-
$matches
: mixed
-
_matchfunction()
private
static _matchfunction(mixed $function) : mixed
Parameters
-
$function
: mixed
-
_matchmodifier()
private
static _matchmodifier(mixed $modifier) : mixed
Parameters
-
$modifier
: mixed
-
_tmpData()
private
static _tmpData(mixed $matches) : mixed
Parameters
-
$matches
: mixed
-