Example #1
0
 /**
  * Updates properties related to the template
  */
 public function update()
 {
     $this->view = $this->template->getView();
     $this->layout = $this->template->getLayout();
 }