/**
  * {@inheritdoc}
  */
 public function assign_vars(array $array_vars)
 {
     $this->data->put_all($array_vars);
     return $this;
 }