HTML_Template_IT
[ class tree: HTML_Template_IT ] [ index: HTML_Template_IT ] [ all elements ]

Element index for package HTML_Template_IT

[ a ] [ b ] [ c ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ o ] [ p ] [ r ] [ s ] [ t ] [ v ] [ w ]

a

addBlock
in file ITX.php, method HTML_Template_ITX::addBlock()
    Adds a block to the template changing a variable placeholder to a block placeholder.
addBlockfile
in file ITX.php, method HTML_Template_ITX::addBlockfile()
    Adds a block taken from a file to the template changing a variable placeholder to a block placeholder.
top

b

$blocknameRegExp
in file IT.php, variable HTML_Template_IT::$blocknameRegExp
    RegExp matching a block in the template.
blockExists
in file ITX.php, method HTML_Template_ITX::blockExists()
    Checks wheter a block exists.
BlockvariableExists
in file ITX.php, method HTML_Template_ITX::BlockvariableExists()
    Checks wheter a block variable exists.
top

c

$clearCache
in file IT.php, variable HTML_Template_IT::$clearCache
    Clear cache on get()?
$clearCacheOnParse
in file IT.php, variable HTML_Template_IT::$clearCacheOnParse
    Clear the variable cache on parse?
$closingDelimiter
in file IT.php, variable HTML_Template_IT::$closingDelimiter
    Last character of a variable placeholder ( {VARIABLE_}_ ).
checkPlaceholderExists
in file IT.php, method HTML_Template_IT::checkPlaceholderExists()
    Checks to see if a placeholder exists within a block (and its children)
top

e

$err
in file IT.php, variable HTML_Template_IT::$err
    Contains the error objects
$error_message_prefix
in file IT_Error.php, variable IT_Error::$error_message_prefix
    Prefix of all error messages.
top

f

$functionnameRegExp
in file ITX.php, variable HTML_Template_ITX::$functionnameRegExp
    Functionname RegExp.
$functionPrefix
in file ITX.php, variable HTML_Template_ITX::$functionPrefix
    Functionnameprefix used when searching function calls in the template.
findPlaceholderBlocks
in file ITX.php, method HTML_Template_ITX::findPlaceholderBlocks()
    Returns an array of blocknames where the given variable placeholder is used.
top

g

get
in file IT.php, method HTML_Template_IT::get()
    Returns a block with all replacements done.
getBlocklist
in file ITX.php, method HTML_Template_ITX::getBlocklist()
    Returns a list of blocknames in the template.
getBlockvariables
in file ITX.php, method HTML_Template_ITX::getBlockvariables()
    Returns a list of variables of a block.
getFunctioncalls
in file ITX.php, method HTML_Template_ITX::getFunctioncalls()
    Returns a list of all function calls in the current template.
getGlobalvariables
in file IT.php, method HTML_Template_IT::getGlobalvariables()
    Returns a list of all global variables
top

h

$haltOnWarning
in file ITX.php, variable HTML_Template_ITX::$haltOnWarning
    Call die() on warning?
HTML_Template_IT
in file IT.php, class HTML_Template_IT
    Integrated Template - IT
HTML_Template_IT
in file IT.php, method HTML_Template_IT::HTML_Template_IT()
    Builds some complex regular expressions and optinally sets the file root directory.
HTML_Template_ITX
in file ITX.php, method HTML_Template_ITX::HTML_Template_ITX()
    Builds some complex regexps and calls the constructor of the parent class.
HTML_Template_ITX
in file ITX.php, class HTML_Template_ITX
    Integrated Template Extension - ITX
top

i

IT.php
procedural page IT.php
ITX.php
procedural page ITX.php
IT_Error.php
procedural page IT_Error.php
IT_BLOCK_DUPLICATE
in file IT.php, constant IT_BLOCK_DUPLICATE
IT_BLOCK_NOT_FOUND
in file IT.php, constant IT_BLOCK_NOT_FOUND
IT_Error
in file IT_Error.php, method IT_Error::IT_Error()
    Creates an cache error object.
IT_ERROR
in file IT.php, constant IT_ERROR
IT_Error
in file IT_Error.php, class IT_Error
    IT[X] Error class
IT_OK
in file IT.php, constant IT_OK
IT_TPL_NOT_FOUND
in file IT.php, constant IT_TPL_NOT_FOUND
IT_UNKNOWN_OPTION
in file IT.php, constant IT_UNKNOWN_OPTION
top

l

loadTemplatefile
in file IT.php, method HTML_Template_IT::loadTemplatefile()
    Reads a template file from the disk.
top

o

$openingDelimiter
in file IT.php, variable HTML_Template_IT::$openingDelimiter
    First character of a variable placeholder ( _{_VARIABLE} ).
top

p

$printWarning
in file ITX.php, variable HTML_Template_ITX::$printWarning
    Print warnings?
parse
in file IT.php, method HTML_Template_IT::parse()
    Parses the given block.
parseCurrentBlock
in file IT.php, method HTML_Template_IT::parseCurrentBlock()
    Parses the current block
performCallback
in file ITX.php, method HTML_Template_ITX::performCallback()
    Checks the list of function calls in the template and calls their callback function.
placeholderExists
in file ITX.php, method HTML_Template_ITX::placeholderExists()
    Returns the name of the (first) block that contains the specified placeholder.
top

r

$removeEmptyBlocks
in file IT.php, variable HTML_Template_IT::$removeEmptyBlocks
    Controls the handling of empty blocks, default is remove.
$removeUnknownVariables
in file IT.php, variable HTML_Template_IT::$removeUnknownVariables
    Controls the handling of unknown variables, default is remove.
replaceBlock
in file ITX.php, method HTML_Template_ITX::replaceBlock()
    Replaces an existing block with new content.
replaceBlockfile
in file ITX.php, method HTML_Template_ITX::replaceBlockfile()
    Replaces an existing block with new content from a file.
top

s

sample_it.php
procedural page sample_it.php
sample_itx_addblockfile.php
procedural page sample_itx_addblockfile.php
setCallbackFunction
in file ITX.php, method HTML_Template_ITX::setCallbackFunction()
    Sets a callback function.
setCallbackFuntiontable
in file ITX.php, method HTML_Template_ITX::setCallbackFuntiontable()
    Sets the Callback function lookup table
setCurrentBlock
in file IT.php, method HTML_Template_IT::setCurrentBlock()
    Sets the name of the current block that is the block where variables are added.
setFunctioncontent
in file ITX.php, method HTML_Template_ITX::setFunctioncontent()
    Replaces a function call with the given replacement.
setOption
in file IT.php, method HTML_Template_IT::setOption()
    Sets the option for the template class
setOptions
in file IT.php, method HTML_Template_IT::setOptions()
    Sets the options for the template class
setRoot
in file IT.php, method HTML_Template_IT::setRoot()
    Sets the file root. The file root gets prefixed to all filenames passed to the object.
setTemplate
in file IT.php, method HTML_Template_IT::setTemplate()
    Sets the template.
setVariable
in file IT.php, method HTML_Template_IT::setVariable()
    Sets a variable value.
show
in file IT.php, method HTML_Template_IT::show()
    Print a certain block with all replacements done.
top

t

touchBlock
in file IT.php, method HTML_Template_IT::touchBlock()
    Preserves an empty block even if removeEmptyBlocks is true.
top

v

$variablenameRegExp
in file IT.php, variable HTML_Template_IT::$variablenameRegExp
    RegExp matching a variable placeholder in the template.
top

w

$warn
in file ITX.php, variable HTML_Template_ITX::$warn
    Array with all warnings.
top

Documentation generated on Mon, 11 Mar 2019 15:36:53 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.