PHP Класс Traq\Helpers\Format

Наследование: extends Avalon\Helpers\Format
Показать файл Открыть проект

Открытые методы

Метод Описание
text ( string $text, boolean $strip_html = true ) : string Formats the supplied text.
ticketLinks ( string $text ) : string Links #123 and project#123 to the corresponding ticket.
wikiLinks ( string $text ) : string Converts the wiki [[page]] and [[text|page]] to HTML links.

Описание методов

text() публичный статический Метод

Formats the supplied text.
public static text ( string $text, boolean $strip_html = true ) : string
$text string
$strip_html boolean Disables HTML, making it safe.
Результат string