This is used in order to add meta data arguments to content elements in the Backend.
Usage:
$html = '
Some HTML code
';
$result = (new HtmlAugmenter())->addAttributes($html, array('foo' => 'bar', 'bar' => 'baz'));
will return 'Some HTML code