/**
* Add data to replace in the template
*
* @param array $data Associative array of strings to replace
*
* @return void
*
* @since 4.0.0
*/
public function addTemplateData($data)
{
$this->data = array_merge($this->data, $data);
}