Class patTemplate_Reader_IT

Description

patTemplate reader that reads HTML_Template_IT files

Located in /includes/patTemplate/patTemplate/Reader/IT.php (line 19)

patTemplate_Module
   |
   --patTemplate_Reader
      |
      --patTemplate_Reader_IT
Method Summary
string loadTemplate (mixed $input)
array readTemplates (string $input)
Variables
Methods
loadTemplate (line 178)

load template from any input

If the a template is loaded, the content will not get analyzed but the whole content is returned as a string.

  • return: template content
  • abstract: must be implemented in the template readers
string loadTemplate (mixed $input)
  • mixed $input: input to load from. This can be a string, a filename, a resource or whatever the derived class needs to read from

Redefinition of:
patTemplate_Reader::loadTemplate()
load template from any input
readTemplates (line 152)

read templates from any input

  • return: templates
  • access: public
  • final:
array readTemplates (string $input)
  • string $input: file to parse

Redefinition of:
patTemplate_Reader::readTemplates()
read templates from any input

Inherited Methods

Inherited From patTemplate_Reader

patTemplate_Reader::addFunctionAlias()
patTemplate_Reader::getCurrentInput()
patTemplate_Reader::isInUse()
patTemplate_Reader::loadTemplate()
patTemplate_Reader::readTemplates()
patTemplate_Reader::setOptions()
patTemplate_Reader::setRootAttributes()
patTemplate_Reader::setTemplateReference()
patTemplate_Reader::shouldMaintainBc()

Inherited From patTemplate_Module

patTemplate_Module::getName()
patTemplate_Module::getParam()
patTemplate_Module::setParams()

Documentation generated on Fri, 4 Mar 2005 13:56:24 +1000 by phpDocumentor 1.3.0RC3