PHP Class Crummy\Phlack\Common\Formatter\LinkFormatter

Inheritance: implements Crummy\Phlack\Common\Formatter\FormatterInterface
Afficher le fichier Open project: mcrumm/phlack

Méthodes publiques

Méthode Description
format ( string $text ) : string

Méthodes protégées

Méthode Description
getMatchFormatter ( integer $linkIdx = 1, integer $labelIdx = 2 ) : Closure

Method Details

format() public méthode

public format ( string $text ) : string
$text string
Résultat string

getMatchFormatter() protected méthode

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)
Résultat Closure A callable to be passed to preg_replace_callback