PHP Class htmlStandardFormatter

Inheritance: extends TextFormatter
Show file Open project: peej/phpdoctor

Public Methods

Method Description
_addListMarkupUL ( string $txt ) : string Detects unordered lists and adds the necessary markup.
toFormattedText ( $text )

Method Details

_addListMarkupUL() public method

Detects unordered lists and adds the necessary markup.
public _addListMarkupUL ( string $txt ) : string
$txt string the text to parse and modify
return string

toFormattedText() public method

public toFormattedText ( $text )