fititnt - Especialista e Desenvolvedor Joomla! Visit fititnt.org, and look for some extension or more Joomla Framework info patTemplate
Modifiers
[ class tree: patTemplate ] [ index: patTemplate ] [ all elements ]

Class: patTemplate_Modifier_QuoteLatex

Source Location: /includes/patTemplate/patTemplate/Modifier/QuoteLatex.php

Class patTemplate_Modifier_QuoteLatex

Class Overview

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
Author(s): Information Tags:
Link:  http://www.php.net/manual/en/function.strftime.php

Properties

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From patTemplate_Module

patTemplate_Module::$_name
patTemplate_Module::$_params

Inherited From patTemplate_Modifier

patTemplate_Modifier::modify()
modify the value

Inherited From patTemplate_Module

patTemplate_Module::getName()
get the name of the module
patTemplate_Module::getParam()
gets a parameter of the module
patTemplate_Module::setParams()
sets parameters of the module

[ Top ]
Property Summary
mixed   $_chars  

[ Top ]
Method Summary
string   modify()   modify the value

[ Top ]
Properties
mixed   $_chars = array(
'%' => '\%',
'&' => '\&',
'_' => '\_',
'$' => '\$'
)
[line 28]

[ Top ]
Methods
modify  [line 42]

  string modify( string $value, [ $params = array()]  )

modify the value

Parameters:
string   $value:  value
   $params: 

API Tags:
Return:  modified value
Access:  public


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

[ Top ]

The site fititnt.org is not affiliated with or endorsed by the Joomla! Project or Open Source Matters. If you are looking for official documentation, visit api.joomla.org and docs.joomla.org.
Documentation generated on Mon, 26 Oct 2009 22:55:50 -0200 by phpDocumentor 1.4.3