Esempio n. 1
0
 /**
  * Puts the template an the variables together.
  *
  * @return NULL|string|void
  */
 public function reunite()
 {
     return \Haanga::Load($this->template, $this->data->getArrayCopy());
 }