Exemplo n.º 1
0
 public function __construct($sTitle, $sLang = 'en')
 {
     $this->_sDT = $sTitle;
     $this->_sDL = $sLang;
     parent::__construct();
     $this->_startHTML();
     $this->_startHead();
     $this->_bHeadClosed = false;
 }
Exemplo n.º 2
0
 public function __construct($sTitle, $sLang = 'en')
 {
     $this->_sDT = $sTitle;
     $this->_sDL = $sLang;
     parent::__construct();
     $this->_startHTML();
 }