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
- $blockdata
- in file IT.php, variable HTML_Template_IT::$blockdata
Array with the parsed content of a block.
- $blockinner
- in file IT.php, variable HTML_Template_IT::$blockinner
Array of inner blocks of a block.
- $blocklist
- in file IT.php, variable HTML_Template_IT::$blocklist
Array of all blocks and their content.
- $blocknameRegExp
- in file IT.php, variable HTML_Template_IT::$blocknameRegExp
RegExp matching a block in the template.
- $blockRegExp
- in file IT.php, variable HTML_Template_IT::$blockRegExp
RegExp used to find blocks an their content, filled by the constructor.
- $blockvariables
- in file IT.php, variable HTML_Template_IT::$blockvariables
Array of variables in a block.
- 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.
- buildBlockvariablelist
- in file IT.php, method HTML_Template_IT::buildBlockvariablelist()
Build a list of all variables within of a block
top
top
top
f
- $fileRoot
- in file IT.php, variable HTML_Template_IT::$fileRoot
Root directory for all file operations.
- $flagBlocktrouble
- in file IT.php, variable HTML_Template_IT::$flagBlocktrouble
Internal flag indicating that a blockname was used multiple times.
- $flagCacheTemplatefile
- in file IT.php, variable HTML_Template_IT::$flagCacheTemplatefile
EXPERIMENTAL! FIXME! Flag indication that a template gets cached.
- $flagGlobalParsed
- in file IT.php, variable HTML_Template_IT::$flagGlobalParsed
Flag indicating that the global block was parsed.
- $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.
- $functionRegExp
- in file ITX.php, variable HTML_Template_ITX::$functionRegExp
RegExp used to grep function calls in the template.
- $functions
- in file ITX.php, variable HTML_Template_ITX::$functions
List of functions found in the template.
- findBlocks
- in file IT.php, method HTML_Template_IT::findBlocks()
Recusively builds a list of all blocks within the template.
- findPlaceholderBlocks
- in file ITX.php, method HTML_Template_ITX::findPlaceholderBlocks()
Returns an array of blocknames where the given variable placeholder is used.
- free
- in file IT.php, method HTML_Template_IT::free()
Clears all datafields of the object.
top
top
top
i
- IT.php
- procedural page IT.php
- ITX.php
- procedural page ITX.php
- IT_Error.php
- procedural page IT_Error.php
- init
- in file IT.php, method HTML_Template_IT::init()
Clears all datafields of the object and rebuild the internal blocklist
- init
- in file ITX.php, method HTML_Template_ITX::init()
- 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_Error.php, class IT_Error
IT[X] Error class
- IT_ERROR
- in file IT.php, constant IT_ERROR
- 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
top
top
top
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
top
top
top
Documentation generated on Mon, 11 Mar 2019 14:43:06 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|