Exemplo n.º 1
0
 /**
  * Constructor
  */
 protected function __construct($oTemplate)
 {
     parent::__construct();
     $this->_oTemplate = $oTemplate ? $oTemplate : BxDolTemplate::getInstance();
 }
Exemplo n.º 2
0
 /**
  * Constructor
  */
 protected function __construct()
 {
     parent::__construct();
 }