config['tagName']; $attrName = $this->config['attrName']; foreach ($matches as $m) { $this->parser->addTagPair($tagName, $m[0][1], 0, $m[0][1] + strlen($m[0][0]), 0, 2) ->setAttribute($attrName, $m[0][0]); } } }