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