Searched refs:mentionGenerator (Results 1 – 1 of 1) sorted by relevance
29 private $mentionGenerator; variable in League\\CommonMark\\Extension\\Mention\\MentionParser31 …tion __construct(string $symbol, string $mentionRegex, MentionGeneratorInterface $mentionGenerator) argument35 $this->mentionGenerator = $mentionGenerator;69 … $mention = $this->mentionGenerator->generateMention(new Mention($this->symbol, $identifier));