Example #1
0
 function __construct($obj)
 {
     parent::__construct($obj);
     $this->codeType = "css";
     $this->tagType = "style";
     $this->saveas_ext = "css";
 }
 function __construct($obj = NULL)
 {
     parent::__construct($obj);
     $this->codeType = "js";
     $this->tagType = "tmpl";
     $this->saveas_ext = "html";
 }