[XTemplate] element index

All elements
a b c e f g i m o p r s t v x _
_
top
$_autoreset
XTemplate::$_autoreset in xtemplate.class.php
$_error
XTemplate::$_error in xtemplate.class.php
$_file_name_full_path
XTemplate::$_file_name_full_path in xtemplate.class.php
$_ignore_missing_blocks
XTemplate::$_ignore_missing_blocks in xtemplate.class.php
$_null_block
XTemplate::$_null_block in xtemplate.class.php
$_null_string
XTemplate::$_null_string in xtemplate.class.php
_add_outer_block
XTemplate::_add_outer_block() in xtemplate.class.php
add an outer block delimiter set useful for rtfs etc - keeps them editable in word
_assign_file_sub
XTemplate::_assign_file_sub() in xtemplate.class.php
Sub processing for assign_file method
_getfile
XTemplate::_getfile() in xtemplate.class.php
returns the contents of a file
_maketree
XTemplate::_maketree() in xtemplate.class.php
generates the array containing to-be-parsed stuff: $blocks["main"],$blocks["main.table"],$blocks["main.table.row"], etc. also builds the reverse parse order.
_pre_var_dump
XTemplate::_pre_var_dump() in xtemplate.class.php
Debug function - var_dump wrapped in '
' tags
_r_getfile
XTemplate::_r_getfile() in xtemplate.class.php
recursively gets the content of a file with {FILE "filename.tpl"} directives
_set_error
XTemplate::_set_error() in xtemplate.class.php
Set the error string
_store_filevar_parents
store container block's name for file variables
a
top
array_loop
XTemplate::array_loop() in xtemplate.class.php
parses a block for every set of data in the values array
assign
XTemplate::assign() in xtemplate.class.php
assign a variable
assign_file
XTemplate::assign_file() in xtemplate.class.php
assign a file variable
b
top
$blocks
XTemplate::$blocks in xtemplate.class.php
$block_end_delim
XTemplate::$block_end_delim in xtemplate.class.php
$block_end_word
XTemplate::$block_end_word in xtemplate.class.php
$block_parse_order
XTemplate::$block_parse_order in xtemplate.class.php
$block_start_delim
XTemplate::$block_start_delim in xtemplate.class.php
$block_start_word
XTemplate::$block_start_word in xtemplate.class.php
c
top
clear_autoreset
XTemplate::clear_autoreset() in xtemplate.class.php
sets AUTORESET to 0. (default is 1) if set to 1, parse() automatically resets the parsed blocks' sub blocks (for multiple level blocks)
e
top
ex1.php
ex1.php in ex1.php
ex2.php
ex2.php in ex2.php
ex3.php
ex3.php in ex3.php
ex4.php
ex4.php in ex4.php
ex5.php
ex5.php in ex5.php
ex6.php
ex6.php in ex6.php
ex7.php
ex7.php in ex7.php
f
top
$filecache
XTemplate::$filecache in xtemplate.class.php
$filecontents
XTemplate::$filecontents in xtemplate.class.php
*[ variables ]**********************************************************
$filename
XTemplate::$filename in xtemplate.class.php
$files
XTemplate::$files in xtemplate.class.php
$filevars
XTemplate::$filevars in xtemplate.class.php
$filevar_delim
XTemplate::$filevar_delim in xtemplate.class.php
$filevar_delim_nl
XTemplate::$filevar_delim_nl in xtemplate.class.php
$filevar_parent
XTemplate::$filevar_parent in xtemplate.class.php
$file_delim
XTemplate::$file_delim in xtemplate.class.php
g
top
get_error
XTemplate::get_error() in xtemplate.class.php
gets error condition / string
i
top
insert_loop
XTemplate::insert_loop() in xtemplate.class.php
inserts a loop ( call assign & parse )
m
top
$mainblock
XTemplate::$mainblock in xtemplate.class.php
o
top
$output_type
XTemplate::$output_type in xtemplate.class.php
out
XTemplate::out() in xtemplate.class.php
prints the parsed text
out_file
XTemplate::out_file() in xtemplate.class.php
prints the parsed text to a specified file
p
top
$parsed_blocks
XTemplate::$parsed_blocks in xtemplate.class.php
$preparsed_blocks
XTemplate::$preparsed_blocks in xtemplate.class.php
parse
XTemplate::parse() in xtemplate.class.php
parse a block
parsed
XTemplate::parsed() in xtemplate.class.php
returns true if block was parsed, false if not
r
top
reset
XTemplate::reset() in xtemplate.class.php
resets the parsed text
restart
XTemplate::restart() in xtemplate.class.php
Restart the class - allows one instantiation with several files processed by restarting
rparse
XTemplate::rparse() in xtemplate.class.php
returns the parsed text for a block, including all sub-blocks.
s
top
$sub_blocks
XTemplate::$sub_blocks in xtemplate.class.php
scan_globals
XTemplate::scan_globals() in xtemplate.class.php
scans global variables and assigns to PHP array
SetNullBlock
XTemplate::SetNullBlock() in xtemplate.class.php
sets the string to replace in case the block was not parsed
SetNullString
XTemplate::SetNullString() in xtemplate.class.php
sets the string to replace in case the var was not assigned
setup
XTemplate::setup() in xtemplate.class.php
setup - the elements that were previously in the constructor
set_autoreset
XTemplate::set_autoreset() in xtemplate.class.php
sets AUTORESET to 1. (default is 1) if set to 1, parse() automatically resets the parsed blocks' sub blocks (for multiple level blocks)
t
top
$tag_end_delim
XTemplate::$tag_end_delim in xtemplate.class.php
$tag_start_delim
XTemplate::$tag_start_delim in xtemplate.class.php
$tpldir
XTemplate::$tpldir in xtemplate.class.php
text
XTemplate::text() in xtemplate.class.php
returns the parsed text for a block
v
top
$vars
XTemplate::$vars in xtemplate.class.php
x
top
XTemplate
XTemplate::XTemplate() in xtemplate.class.php
Constructor - Instantiate the object
XTemplate
XTemplate in xtemplate.class.php
xtemplate.class.php
xtemplate.class.php in xtemplate.class.php
a b c e f g i m o p r s t v x _