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