PHP 클래스 htmlStandardFormatter

상속: extends TextFormatter
파일 보기 프로젝트 열기: peej/phpdoctor

공개 메소드들

메소드 설명
_addListMarkupUL ( string $txt ) : string Detects unordered lists and adds the necessary markup.
toFormattedText ( $text )

메소드 상세

_addListMarkupUL() 공개 메소드

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

toFormattedText() 공개 메소드

public toFormattedText ( $text )