Class patTemplate_Modifier_QuoteLatex

Description

patTemplate modifier that quotes LaTeX special chars

This is useful when creating PDF documents with patTemplate

Located in /includes/patTemplate/patTemplate/Modifier/QuoteLatex.php (line 22)

patTemplate_Module
   |
   --patTemplate_Modifier
      |
      --patTemplate_Modifier_QuoteLatex
Variable Summary
mixed $_chars
Method Summary
string modify (string $value, [mixed $params = array()])
Variables
mixed $_chars = array(
'%' => '\%',
'&' => '\&',
'_' => '\_',
'$' => '\$'
)
(line 28)

Inherited Variables

Inherited from patTemplate_Module

patTemplate_Module::$_name
patTemplate_Module::$_params
Methods
modify (line 42)

modify the value

  • return: modified value
  • access: public
string modify (string $value, [mixed $params = array()])
  • string $value: value

Redefinition of:
patTemplate_Modifier::modify()
modify the value

Inherited Methods

Inherited From patTemplate_Modifier

patTemplate_Modifier::modify()

Inherited From patTemplate_Module

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

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