Ejemplo n.º 1
0
 public function __construct($bodyContent = '', $status = 200, $headers = array())
 {
     parent::__construct('', $status, $headers);
     $this->htmlLayout = new Html5Layout();
     $this->setBodyContent($bodyContent);
 }