$this->view->setVars([ 'type' => $type, 'form' => new \Forms\Myformr(null, $data), 'id' => $model->id ]);
inside the view
echo $this->view->type;
?
inside the view for phtml:
echo $type
volt:
{{ type }}