Esempio n. 1
0
 /**
  * 
  *
  * @return MString
  */
 public function html()
 {
     if ($this->html) {
         return $this->html;
     } else {
         return parent::toString();
     }
 }
Esempio n. 2
0
 /**
  * 
  *
  * @return MXMLView
  */
 public function __construct()
 {
     parent::__construct();
     $this->setContentType(S("text/xml"));
 }