메소드 | 설명 | |
---|---|---|
_removeWhitespace ( str $text ) : str | Removes whitespace around newlines. | |
toFormattedText ( str $text ) : str | Returns the text with all recognized formatting directives applied. Meaningful implementations are provided by subclasses. | |
toPlainText ( str $text ) : str | Returns the plain text value of the string, with all formatting information removed. |
public _removeWhitespace ( str $text ) : str | ||
$text | str | the raw input |
리턴 | str |
public toFormattedText ( str $text ) : str | ||
$text | str | the raw input |
리턴 | str |
public toPlainText ( str $text ) : str | ||
$text | str | the raw input |
리턴 | str |