FormatterInterface
interface FormatterInterface
Formatter interface.
Methods
string
format(string $string)
Returns formatted string.
string
escape(string $string)
Returns a string where all formatting tags have been escaped.
string
stripTags(string $string)
Returns a string where all formatting tags have been stripped.
Details
at line 21
string
format(string $string)
Returns formatted string.
at line 29
string
escape(string $string)
Returns a string where all formatting tags have been escaped.
at line 37
string
stripTags(string $string)
Returns a string where all formatting tags have been stripped.