Searched refs:CallbackGenerator (Results 1 – 6 of 6) sorted by relevance
50 class CallbackGenerator extends Test\Unit\Suite class56 $iterator = new LUT\CallbackGenerator(function ($key) {
16 use League\CommonMark\Extension\Mention\Generator\CallbackGenerator;85 return new self($name, $prefix, $mentionRegex, new CallbackGenerator($callback));14 use League\CommonMark\Extension\Mention\Generator\CallbackGenerator; global() alias
47 class CallbackGenerator implements Iterator class
73 * Add the `CallbackGenerator` iterator. (Ivan Enderlin, 2014-09-29T09:34:07+02:00)
421 `Hoa\Iterator\CallbackGenerator` allows to transform any callable into an426 $generator = new Hoa\Iterator\CallbackGenerator(function ($key) {
20 final class CallbackGenerator implements MentionGeneratorInterface52 throw new LogicException('CallbackGenerator callable must set the URL on the passed mention and return the mention, return a new AbstractInline based object or null if the mention is not a match');17 final class CallbackGenerator implements MentionGeneratorInterface global() class