-
patTemplate.php
-
-
parseIntoVar
-
parse a template and push the result into a variable of any other template
-
parseTemplate
-
parses a template
-
patFactory
-
-
patTemplate
-
patTemplate
-
patTemplate
-
Create a new patTemplate instance.
-
PATTEMPLATE_ERROR_BASECLASS_NOT_FOUND
-
base class for module could not be found
-
PATTEMPLATE_ERROR_EXPECTED_ARRAY
-
array expected
-
PATTEMPLATE_ERROR_MODULE_NOT_FOUND
-
module could not be found
-
PATTEMPLATE_ERROR_NO_INPUT
-
No input
-
PATTEMPLATE_ERROR_TEMPLATE_EXISTS
-
template already exists
-
patTemplate_Module
-
patTemplate Module base class
-
PATTEMPLATE_WARNING_NO_TEMPLATE
-
template does not exist
-
PATTEMPLATE_WARNING_UNKNOWN_TYPE
-
unknown type
-
prepareTemplate
-
Prepare a template
-
patTemplate_OutputCache
-
Base class for patTemplate output cache
-
patTemplate_TemplateCache
-
Base class for patTemplate template cache
-
patTemplate_TemplateCache_File
-
patTemplate Template cache that stores data on filesystem
-
patTemplate_Compiler
-
constructor
-
patTemplate_Compiler
-
Compiler for patTemplate
-
patTemplate_Dump
-
Base class for patTemplate dumpers
-
patTemplate_Dump_Html
-
Dumps templates as HTML
-
PdfLatex.php
-
-
patTemplate_InputFilter
-
Base class for patTemplate input filter
-
patTemplate_InputFilter_StripComments
-
patTemplate StripComments output filter
-
patTemplate_OutputFilter
-
Base class for patTemplate output filter
-
patTemplate_OutputFilter_BBCode
-
patTemplate BBCode output filter
-
patTemplate_OutputFilter_Gzip
-
patTemplate GZip output filter
-
patTemplate_OutputFilter_PdfLatex
-
patTemplate output filter that creates PDF files from latex
-
patTemplate_OutputFilter_StripWhitespace
-
patTemplate StripWhitespace output filter
-
patTemplate_OutputFilter_Tidy
-
patTemplate Tidy output filter
-
PATTEMPLATE_OUTPUTFILTER_TIDY_ERROR_NOT_SUPPORTED
-
requires tidy extension
-
Phphighlight.php
-
-
patTemplate_Function
-
Base class for patTemplate functions
-
patTemplate_Function_Alias
-
creates a new function alias
-
patTemplate_Function_Attribute
-
patTemplate function to dynamically change the value of _any_ attribute of the parent tag.
-
patTemplate_Function_Call
-
patTemplate function that enables you to insert any template, that has been loaded previously into the current template.
-
PATTEMPLATE_FUNCTION_CALL_ERROR_NO_TEMPLATE
-
template does not exist
-
PATTEMPLATE_FUNCTION_COMPILE
-
function is executed, when template is compiled (preg_match)
-
patTemplate_Function_Globalvar
-
patTemplate function that enables adding global variables from within a template.
-
patTemplate_Function_Phphighlight
-
patTemplate function that highlights PHP code in your templates
-
PATTEMPLATE_FUNCTION_RUNTIME
-
function is executed, when template parsed
-
patTemplate_Function_Strip
-
patTemplate function that strips whitespace from a text block. This is an implementation of Smarty's strip function.
-
patTemplate_Function_Time
-
patTemplate function that calculates the current time or any other time and returns it in the specified format.
-
patTemplate_Function_Translate
-
patTemplate function that emulates gettext's behaviour
-
patTemplate_Modifier
-
Base class for patTemplate variable modifiers
-
patTemplate_Modifier_Dateformat
-
patTemplate modfifier Dateformat
-
patTemplate_Modifier_Expression
-
patTemplate modfifier Expression
-
patTemplate_Modifier_HTML_Img
-
Modifier that creates an HTML image tag from a variable
-
patTemplate_Modifier_QuoteLatex
-
patTemplate modifier that quotes LaTeX special chars
-
patTemplate_Modifier_Surround
-
patTemplate modfifier Surround
-
patTemplate_Modifier_Wordwrapper
-
patTemplate modfifier Wordwrapper
-
patTemplate_Reader
-
Base class for patTemplate readers
-
PATTEMPLATE_READER_ERROR_INVALID_CLOSING_TAG
-
Invalid closing tag
-
PATTEMPLATE_READER_ERROR_INVALID_CONDITION
-
Invalid condition specified
-
PATTEMPLATE_READER_ERROR_INVALID_TAG
-
Invalid tag (missing attribute)
-
PATTEMPLATE_READER_ERROR_NO_CLOSING_TAG
-
Closing tag is missing
-
PATTEMPLATE_READER_ERROR_NO_INPUT
-
No input
-
PATTEMPLATE_READER_ERROR_NO_NAME_SPECIFIED
-
No name has been specified
-
PATTEMPLATE_READER_ERROR_UNKNOWN_TAG
-
Unknown tag
-
patTemplate_Reader_File
-
patTemplate Reader that reads from a file
-
patTemplate_Reader_IT
-
patTemplate reader that reads HTML_Template_IT files
-
PATTEMPLATE_READER_NOTICE_INVALID_CDATA_SECTION
-
CData in a conditional template
-
PATTEMPLATE_READER_NOTICE_TEMPLATE_EXISTS
-
template already exists
-
patTemplate_Reader_String
-
patTemplate Reader that reads from a string
-
patTemplate_Stat
-
Base class for patTemplate Stat
-
patTemplate_Stat_File
-
Base class for patTemplate Stat
-
setAttribute
-
Sets an attribute of a template
-
setAttributes
-
Sets several attribute of a template
-
setBasedir
-
sets name of directory where templates are stored
-
setDefaultAttribute
-
set default attribute
-
setDefaultAttributes
-
set default attributes
-
setNamespace
-
sets namespace of patTemplate tags
-
setOption
-
sets an option
-
setParams
-
sets parameters of the module
-
setRoot
-
sets root base for the template
-
setTags
-
set the start and end tag for variables
-
setType
-
set the type for the templates
-
setTemplateReference
-
set a reference to the patTemplate object that instantiated the reader
-
StripComments.php
-
-
StripWhitespace.php
-
-
Strip.php
-
-
setReader
-
set the reference to the reader object
-
setTemplateReference
-
set a reference to the patTemplate object that instantiated the reader
-
setTemplateReference
-
set a reference to the patTemplate object that instantiated the reader
-
setTemplateReference
-
set a reference to the patTemplate object that instantiated the reader
-
Surround.php
-
-
String.php
-
-
setOptions
-
set options
-
setRootAttributes
-
set the root attributes
-
setTemplateReference
-
set a reference to the patTemplate object that instantiated the reader
-
shouldMaintainBc
-
tests whether the reader should maintain backwards compatibility
-
Stat.php
-
-
setOptions
-
set options