final class HtmlOutputModule extends Module

HTML output

Properties

bool $indent
array $preserveSpaces
int $baseIndent
int $lineWrap
bool $removeOptional

Methods

__construct($texy)

No description

postProcess($texy, $s)

Converts ... ... .

string
cb($matches)

Callback function: | | .

string
wrap($m)

Callback function: wrap lines.

Details

at line 51
__construct($texy)

No description

Parameters

$texy

at line 62
postProcess($texy, $s)

Converts ... ... .

into ... ...

Parameters

$texy
$s

at line 117
string cb($matches)

internal  
 

Callback function: | | .

...

Parameters

$matches

Return Value

string

at line 329
string wrap($m)

internal  
 

Callback function: wrap lines.

Parameters

$m

Return Value

string