Class TexyHtmlOutputModule
TexyObject | --TexyModule | --TexyHtmlOutputModule
| Constructor Summary | |
|---|---|
| public |
__construct
($texy)
|
| Method Summary | |
|---|---|
| void |
postProcess
($texy, &$s)
Converts <strong><em> ... </strong> ... </em>.
|
| 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 __constructpublic __construct ($texy)
|
||||||
| Method Details | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
line 62 postProcesspublic void postProcess ($texy, &$s) Converts <strong><em> ... </strong> ... </em>. into <strong><em> ... </em></strong><em> ... </em>
|
|||||||||||||||