예제 #1
0
 /**
  * Calls parent costructor and initializes checker object
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->_sShopDir = $this->getConfig()->getConfigParam('sShopDir');
     $this->_oOutput = oxNew("oxDiagnosticsOutput");
     $this->_oRenderer = oxNew("oxSmartyRenderer");
 }
예제 #2
0
 /**
  * Calls parent costructor and initializes $this->_sFilePath parameter
  */
 public function __construct()
 {
     parent::__construct();
     // set generic frame template
     $this->_sFilePath = $this->getConfig()->getConfigParam('sShopDir') . "/" . $this->sExportPath . $this->sExportFileName . "." . $this->sExportFileType;
 }