public function createPhElement(SimpleXMLElement $e, phFormView $view)
 {
     $form = $view->getForm()->getForm($view->getRealName((string) $e->attributes()->name));
     return $form;
 }