Method | Description | |
---|---|---|
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. |
public static ticketLinks ( string $text ) : string | ||
$text | string | |
return | string |