PHP 클래스 Crummy\Phlack\Common\Formatter\LinkFormatter

상속: implements Crummy\Phlack\Common\Formatter\FormatterInterface
파일 보기 프로젝트 열기: mcrumm/phlack

공개 메소드들

메소드 설명
format ( string $text ) : string

보호된 메소드들

메소드 설명
getMatchFormatter ( integer $linkIdx = 1, integer $labelIdx = 2 ) : Closure

메소드 상세

format() 공개 메소드

public format ( string $text ) : string
$text string
리턴 string

getMatchFormatter() 보호된 메소드

protected getMatchFormatter ( integer $linkIdx = 1, integer $labelIdx = 2 ) : Closure
$linkIdx integer The index of the matches containing the resource link
$labelIdx integer The index of the matches containing the label (if one exists)
리턴 Closure A callable to be passed to preg_replace_callback