Adds to the data set to use when interpolating.
array $data: The key:value pairs to use when interpolating.
$this
public function addData(array $data) { $this->data = array_merge($this->data, $data); return $this; }