Ejemplo n.º 1
0
 public function getHTML()
 {
     $contactView = new ContactView(array("title" => "Contact"));
     $html = $contactView->getHTML();
     return $html;
 }