OXID eShop CE  4.10.7
 All Classes Namespaces Files Functions Variables Pages
genexport_main.php
Go to the documentation of this file.
1 <?php
2 
7 {
8 
14  public $sClassDo = "genExport_do";
15 
21  public $sClassMain = "genExport_main";
22 
28  protected $_sThisTemplate = "dyn_exportdefault.tpl";
29 
36  public function render()
37  {
38  $this->createMainExportView();
39 
40  return parent::render();
41  }
42 }