PHP Class Texy\Modules\HtmlOutputModule

Inheritance: extends Texy\Module
Mostra file Open project: dg/texy

Public Properties

Property Type Description
$baseIndent base indent level
$indent indent HTML code?
$lineWrap wrap width, doesn't include indent space
$preserveSpaces array
$removeOptional remove optional HTML end tags?

Public Methods

Method Description
__construct ( $texy )
cb ( $matches ) : string Callback function: | | .
postProcess ( $texy, &$s ) Converts .
wrap ( $m ) : string Callback function: wrap lines.

Method Details

__construct() public method

public __construct ( $texy )

cb() public method

...
public cb ( $matches ) : string
return string

postProcess() public method

.. ... . into ... ...
public postProcess ( $texy, &$s )

wrap() public method

Callback function: wrap lines.
public wrap ( $m ) : string
return string

Property Details

$baseIndent public_oe property

base indent level
public $baseIndent

$indent public_oe property

indent HTML code?
public $indent

$lineWrap public_oe property

wrap width, doesn't include indent space
public $lineWrap

$preserveSpaces public_oe property

public array $preserveSpaces
return array

$removeOptional public_oe property

remove optional HTML end tags?
public $removeOptional