PHP Class htmlStandardFormatter

Inheritance: extends TextFormatter
Afficher le fichier Open project: peej/phpdoctor

Méthodes publiques

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

Method Details

_addListMarkupUL() public méthode

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

toFormattedText() public méthode

public toFormattedText ( $text )