/**
  * Assigns given variables to the output so that those are then available
  * for use in the loaded views.
  *
  * @param array $vars
  */
 protected function assign_variables($vars)
 {
     $this->out->assign_vars($vars);
 }