Documentation

MentionParser
in package
implements InlineParserInterface

Interfaces, Classes and Traits

InlineParserInterface

Table of Contents

$mentionGenerator  : MentionGeneratorInterface
$mentionRegex  : string
$symbol  : string
__construct()  : mixed
createWithCallback()  : MentionParser
createWithStringTemplate()  : MentionParser
getCharacters()  : array<string|int, string>
parse()  : bool

Properties

Methods

createWithCallback()

public static createWithCallback(string $symbol, string $mentionRegex, callable $callback) : MentionParser
Parameters
$symbol : string
$mentionRegex : string
$callback : callable
Return values
MentionParser

createWithStringTemplate()

public static createWithStringTemplate(string $symbol, string $mentionRegex, string $urlTemplate) : MentionParser
Parameters
$symbol : string
$mentionRegex : string
$urlTemplate : string
Return values
MentionParser

getCharacters()

public getCharacters() : array<string|int, string>
Return values
array<string|int, string>

Search results