Class TexyTypographyModule


Typography replacements module.

TexyObject
   |
   --TexyModule
      |
      --TexyTypographyModule
Copyright: Copyright (c) 2004, 2010 David Grudl
Located: in /modules/TexyTypographyModule.php (line 20)
Constructor Summary
public
__construct ($texy)
Method Summary
void
beforeParse (Texy $texy, string &$text)
Text pre-processing.
void
postLine ($text, [$preserveSpaces = FALSE])
Methods Inherited From TexyObject
TexyObject::extensionMethod(), TexyObject::getClass(), TexyObject::getReflection(), TexyObject::__call(), TexyObject::__callStatic(), TexyObject::__get(), TexyObject::__isset(), TexyObject::__set(), TexyObject::__unset()
Variable Summary
string $locale 'cs'

line 52

static mixed $locales array( 'cs' => array( 'singleQuotes' => array("\xe2\x80\x9a",...

line 24


Constructor Details

line 59

__construct

public __construct ($texy)

Input
$texy
Method Details

line 74

beforeParse

public void beforeParse (Texy $texy, string &$text)

Text pre-processing.

Input
Texy $texy
string &$text
Output
void  

line 131

postLine

public void postLine ($text, [$preserveSpaces = FALSE])

Input
$text
$preserveSpaces
Output
void