OXID eShop CE  4.8.12
 All Classes Files Functions Variables Pages
genexport_main.php
Go to the documentation of this file.
1 <?php
2 
7 {
13  public $sClassDo = "genExport_do";
14 
20  public $sClassMain = "genExport_main";
21 
26  protected $_sThisTemplate = "dyn_exportdefault.tpl";
27 
34  public function render()
35  {
36  $this->createMainExportView();
37 
38  return parent::render();
39  }
40 }