Ejemplo n.º 1
0
 /**
  * 
  *
  * @return MXMLView
  */
 public function __construct()
 {
     parent::__construct();
     $this->setContentType(S("text/xml"));
 }
Ejemplo n.º 2
0
 /**
  * 
  *
  * @return MHTMLView
  */
 public function __construct(MString $html = null)
 {
     parent::__construct();
     $this->html = $html;
     $this->setContentType(S("text/html"));
 }