PHP Класс Crummy\Phlack\Common\Formatter\LinkFormatter

Наследование: implements Crummy\Phlack\Common\Formatter\FormatterInterface
Показать файл Открыть проект

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

Метод Описание
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