Flarum\Event\ConfigureFormatterParser::__construct PHP Method

__construct() public method

public __construct ( s9e\TextFormatter\Parser $parser, mixed $context, string &$text )
$parser s9e\TextFormatter\Parser
$context mixed
$text string
    public function __construct(Parser $parser, $context, &$text)
    {
        $this->parser = $parser;
        $this->context = $context;
        $this->text =& $text;
    }
ConfigureFormatterParser