PHP 클래스 Traq\Helpers\Format

상속: extends Avalon\Helpers\Format
파일 보기 프로젝트 열기: nirix/traq

공개 메소드들

메소드 설명
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