Class TexyHtmlOutputModule


TexyObject
   |
   --TexyModule
      |
      --TexyHtmlOutputModule
Copyright: Copyright (c) 2004, 2010 David Grudl
Located: in /modules/TexyHtmlOutputModule.php (line 19)
Constructor Summary
public
__construct ($texy)
Method Summary
void
postProcess ($texy, &$s)
Converts <strong><em> ... </strong> ... </em>.
Methods Inherited From TexyObject
TexyObject::extensionMethod(), TexyObject::getClass(), TexyObject::getReflection(), TexyObject::__call(), TexyObject::__callStatic(), TexyObject::__get(), TexyObject::__isset(), TexyObject::__set(), TexyObject::__unset()
Variable Summary
int $baseIndent 0

line 25

base indent level
bool $indent TRUE

line 22

indent HTML code?
int $lineWrap 80

line 28

wrap width, doesn't include indent space
bool $removeOptional FALSE

line 31

remove optional HTML end tags?

Constructor Details

line 50

__construct

public __construct ($texy)

Input
$texy
Method Details

line 62

postProcess

public void postProcess ($texy, &$s)

Converts <strong><em> ... </strong> ... </em>.

into <strong><em> ... </em></strong><em> ... </em>

Input
$texy
&$s
Output
void